#login-wrapper {
  background: linear-gradient(45deg, #003d99, #7f9ecc);
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#login-container {
  background-color: #FFFFFF;
  color: #333333;
  width: 480px;
}
#login-container .login-title {
  padding: 20px 10px;
}
#login-container .login-title img {
  width: 100%;
}
#login-container .block {
  padding: 10px 20px 0 20px;
}
#login-container .form-actions {
  text-align: right;
}
.form-control {
  border: none;
  font-size: 13px;
  height: 46px;
  line-height: 1.33;
}
.input-group-text {
  border: none;
  border-radius: 0;
  background-color: transparent;
  min-width: 96px;
  color: #555555;
  font-size: 14px;
  height: 46px;
  line-height: 1.33;
}

.login-footer {
  margin-top: 14px;
}
.login-footer small {
  font-size: 85%;
}
.login-footer a {
  text-decoration: none;
  color: #333;
}
.login-footer a:hover {
  text-decoration: underline;
}
.restore-spinner {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #login-container {
    width: 300px;
  }
}
