/* ********** FORM ********** */
form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* ********** TEST LOGIN BUTTON ********** */
.submit-btn--test {
  background-color: #ff6b35 !important;
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
}

.submit-btn--test:hover,
.submit-btn--test:active,
.submit-btn--test:focus {
  background-color: #e55a2b !important;
  cursor: pointer;
}

/* ********** FORGOT PASSWORD  ********** */
.link--forgot-password {
  margin-bottom: 1.6rem;
  margin-right: auto;
}

.link--forgot-password:link,
.link--forgot-password:visited {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

.link--forgot-password:hover,
.link--forgot-password:active,
.link--forgot-password:focus {
  color: #0069d9;
}

/* ********** ALTERNATIVE LOGIN BOX ********** */
.alternative-logins {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6rem;
}

.alternative-logins .label {
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 0.8rem;
}

/* ********** SIGN UP ********** */
span {
  font-size: 1.6rem;
  font-weight: 400;
}

.link--sign-up {
  font-size: 1.6rem;
  font-weight: 700;
}

.link--sign-up:link,
.link--sign-up:visited {
  color: #000000;
  text-decoration: none;
}

.link--sign-up:hover,
.link--sign-up:active,
.link--sign-up:focus {
  color: #0069d9;
  cursor: pointer;
}
