.login-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  padding: 80px 24px 60px;
  text-align: center;
}

.login-title {
  font-size: 26px;
  font-weight: 700;
  color: #1c1c1e;
  margin-bottom: 8px;
}

.login-subtitle {
  font-size: 15px;
  color: #8e8e93;
  line-height: 1.55;
  margin-bottom: 10px;
}

#auth-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.otp-input {
  text-align: center;
  letter-spacing: 8px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.otp-hint {
  font-size: 15px;
  color: #636366;
  line-height: 1.5;
}

.otp-hint strong {
  color: #1c1c1e;
}

.phone-input {
  margin-bottom: 12px;
}