
body.app-login #scroller {
  padding: 0;
}

body.app-login #main-wrapper {
  margin-left: 0 !important;
}

body.app-login #content-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.app-login .login-block {
  max-width: 550px;
  padding: 25px 50px;
  background: #f7f7f7;
  border-radius: 24px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

body.app-login h1 {
  font-weight: 200;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
  color: #666;
}

body.app-login h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}

body.app-login form footer {
  text-align: center;
}


body.app-login form footer a {
  display: block;
  margin-top: 30px;
  font-size: 12px;
}

body.app-login .alert {
  margin-bottom: 40px;
}

.app-login footer .btn-primary{
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    color: white !important;
}

.app-login footer .btn-primary:hover{
    background-color: #0062cc !important;
    border-color: #0062cc !important;
}

.app-login a:hover, 
.app-login .general_label.current a {
    color: #363635;
}

.app-login .field_with_errors{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.app-login #error_explanation{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.app-login #error_explanation h2 {
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.app-login #error_explanation ul {
    padding-inline: 20px;
    padding-bottom: 10px;
}
