/*
--------------------------------------
Form
--------------------------------------
*/

.send-renew-password-link {
  padding-bottom: 0.5em;
}

.forgotten-password {
  padding: 4px
}

.forgotten-password .form-fields .center-email-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

/*
--------------------------------------
Link
--------------------------------------
*/

#back-to-login {
  color: var(--color-primary);
  transition: all 0.35s ease-in-out;
}

#back-to-login:hover {
  color: #000;
}
