body {
  background: #f4f7fb;
}

.login-wrapper {
  min-height: 100vh;
}

.login-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.login-left {
  background: linear-gradient(135deg, #1e40af, #2563eb);
  color: #ffffff;
  min-height: 560px;
}

.login-left h2,
.login-left h5 {
  color: #ffffff;
}

.login-feature {
  margin-bottom: 12px;
  font-size: 15px;
}

.auth-form {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-control {
  height: 48px;
  border-radius: 10px;
}

.btn-login {
  height: 48px;
  border-radius: 10px;
  font-weight: 600;
}
