html,
body {
  height: 100%;

  font-family: nimbus-sans, sans-serif !important;
  font-weight: 300;
  font-style: normal;

  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #132872;

  color: #fff !important;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #000;
  height: 100%;
}

.mxd-blue-text {
  color: #fff;
}

.mxd-blue-text:hover {
  color: #80ffee;
}

.mxd-blue {
  background-color: #80ffee;
  color: #000;
}

.mxd-blue-text:hover {
  text-decoration: none;
}

.form-signin {
  width: 100%;
  max-width: 350px;
  padding: 15px;
  margin: 0 auto;
  min-width: 325px;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  width: 100%;
}

.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-bottom {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
