
body {
  font-family: Montserrat,sans-serif;
}

.layout-container {
  margin: 0;
}

header {
  background: #bee1e5;
  text-align: center;
  padding: 50px;
}

header #block-vanno-branding img {
  max-width: 300px;
}

main .layout-content {
  text-align: center;
  margin-top: 3rem;
}

#user-pass-reset #edit-actions input {
  background-color: rgb(190, 225, 230);
  border-radius: 50px;
  border-style: none;
  color: black;
  text-transform: none;
  margin: 5px 0px;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

#user-pass-reset #edit-actions input:hover {
  background-color: rgb(174, 205, 209);
}

#user-form {
  width: 400px;
  max-width: 100%;
  margin: 10px auto 40px;
  background-color: #EFEFEF;
  padding: 30px;

}

#user-form #edit-pass {
  margin: 0 auto;
}

#user-form #edit-pass .form-item {
  margin: 0 auto 1rem;
  max-width: 300px;
}

#user-form #edit-pass .form-item label {
  display: block;
  font-weight: 600;
  margin-bottom: .5rem;
}

#user-form #edit-pass .form-item input {
  width: calc(100% - 20px);
  padding: 10px;
}

#user-form #edit-pass .password-strength__indicator.is-strong {
  background-color: #26a769;
}

#user-form #edit-pass .password-strength__indicator.is-weak {
  background-color: #dc2323;
}

#user-form #edit-pass .password-strength__title {
  margin-top: .5rem;
  display: block;
}

#user-form #edit-pass .form-item .password-confirm-message {
  margin-top: .5rem;
}

#user-form #edit-pass .form-item .password-confirm-message .error {
  color: #dc2323;
}

#user-form #edit-pass .form-item .password-confirm-message .ok {
  color: #26a769;
}

#user-form #edit-pass .password-suggestions {
  font-weight: 600;

}

#user-form #edit-pass .password-suggestions ul {
  text-align: left;
  font-weight: 400;
}

#user-form #edit-actions {
  margin-top: 1rem;
}

#user-form #edit-actions input {
  background-color: rgb(190, 225, 230);
  border-radius: 50px;
  border-style: none;
  color: black;
  text-transform: none;
  margin: 5px 0;
  padding: 12px 50px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

#user-form #edit-actions input:hover {
  background-color: rgb(174, 205, 209);
}
