.login-bg {
  width: 100% !important;
  border-radius: 25px;
  height: 400px;
  object-fit: cover;
  object-position: top;
}

.login-title {
  color: var(--blue);
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 700;
}

.login-form {
  display: flex;
  flex-direction: column;
}

.forgot-password {
  color: var(--grey);
  font-size: 14px;
}

.taxes-label {
  display: flex;
  flex-direction: column;
}
