@use 'variables';

#login-welcome {
  display: none;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 0;
}

#login-brand {
  height: 3rem;
  color: #fff;
  text-align: center;
  margin-top: 0;
}

#login-form {
  // margin-top: 6rem;
  margin-bottom: 2rem;
}

.no-account {
  opacity: 0.4;
  font-size: 0.8em;
}

// Captcha Remove White Border
.g-recaptcha {
  overflow: hidden;
  width: 298px;
  height: 74px;
  border-radius: variables.$border-radius;
}

iframe {
  margin: -1px 0px 0px -2px;
}
