.login-page {
  background: #F7F7F7;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: white !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.login_content h1:before,
.login_content h1:after {
  background: none;
}

.form-control:focus {
  border-color: #435eb1 !important;
}

.has-error input:focus {
  border-color: #e8511d !important;
}

html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
}

.login-container {
  height: 100%;
  width: 100%;
}

