body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  position: relative;
}
.card {
  border: 1px solid #dadce0;
  /* -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);*/
}
.height {
  min-height: 490px;
}
.card h5 {
  font-size: 24px;
  font-weight: 400;
}
.card h6 {
  font-size: 16px;
  font-weight: 100;
  line-height: normal;
  text-transform: inherit;
}
.card .nav {
  bottom: 10px;
  width: 100%;
  /* position: fixed; */
  position: absolute;
  bottom: 12px;
}
.card-body {
  padding: 1.25rem !important;
}
.success {
  border: 1px solid #28a745 !important;
  color: #ffffff !important;
  background-color: #28a745 !important;
  border-radius: 4px !important;
}
.card .card-header {
  border-radius: 0px;
  /* background-color: #0087be; */
  color: #333;
  text-align: center;
}
.masterbar {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.masterbar {
  background: #0087be;
  color: #fff;
  color: var(--masterbar-color);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 180;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.masterbar__item-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 0 0 8px;
}
.masterbar__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #fff;
  color: var(--masterbar-color);
  font-size: 14px;
  height: 46px;
  padding: 0 10px;
  text-decoration: none;
  cursor: default;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.masterbar__login-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.masterbar__item[href] {
  cursor: pointer;
}
.masterbar__item:visited {
  color: #fff;
}
.masterbar__login-links .masterbar__item-content {
  display: block;
  padding-left: 0;
}
.masterbar__item .masterbar__item-content {
  color: #fff;
}
.masterbar__item:hover {
  background: #0087be;
  color: #fff;
}
.btn-primary {
  border: 1px solid #0087be;
  background-color: #0087be;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #034e6d;
  border-color: #034e6d;
}
.login {
  width: 410px;
  margin: 0 auto;
  padding-top: 8rem;
}
.login ul.nav a {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #757575;
  padding: 6px 16px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  font-size: 13px;
}
.login ul.nav a:focus,
.login ul.nav a:hover {
  background: #e0e0e0;
  color: #333 !important;
}
header img {
  display: block;
  width: 200px;
}
@media (max-width: 400px) {
  .login {
    width: 90%;
  }
}
