*,
*::after,
*::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #eeeeee;
}
.bg-dark {
  background-color: #33333e !important;
}

.container {
  margin: 1rem auto;
  padding: 2rem;
}

body.activation-view .card-login,
body.password-reset .card-login,
body.password_reset_done .card-login,
body.password_reset_confirm .card-login,
body.password_reset_complete .card-login {
  max-width: 360px;
}

body.activation-view .logo,
body.password-reset .logo,
body.password_reset_done .logo,
body.password_reset_confirm .logo,
body.password_reset_complete .logo {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

body.activation-view .logo img,
body.password-reset .logo img,
body.password_reset_done .logo img,
body.password_reset_confirm .logo img,
body.password_reset_complete .logo img {
  margin: 2rem auto 0;
  width: 50%;
}

body.activation-view .card-body,
body.password-reset .card-body,
body.password_reset_done .card-body,
body.password_reset_confirm .card-body,
body.password_reset_complete .card-body {
  padding: 2rem;
}

body.activation-view #submit-button.untouched,
body.password-reset #submit-button.untouched,
body.password_reset_done #submit-button.untouched,
body.password_reset_confirm #submit-button.untouched,
body.password_reset_complete #submit-button.untouched {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
