.active {
  color: #4BBBE9;
}

.forgot-password-footer {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
}

.mobile-text-right{
  text-align: right;
}

@media (max-width: 420px) {
  .yc-layout yc-form {
    min-width: 0 !important;
  }
}

@media (max-width: 500px) {
  .mobile-text-right{
    text-align: left !important;
  }

  .mobile-mb-100 {
    margin-bottom: 100px;
  }

  .forgot-password-footer {
    display: block;
  }
}

yc-submit {
  align-self: flex-end;
}

.account-locked-alert {
  width: 420px;
}