/* Login corporate */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Manrope:wght@400;500;600;700&display=swap');

body {
  min-height: 100vh;
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  background: linear-gradient(160deg, #2F3C31 0%, #3F5042 50%, #5F7362 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.container { width: 100%; max-width: 440px; }
main.pb-3 { padding: 0 !important; }

.rx-login-card {
  background: #F3EEE7;
  border: 1.5px solid rgba(176, 143, 82, 0.45);
  border-radius: 18px;
  padding: 2.4rem 2rem;
  box-shadow: 0 24px 60px rgba(20, 22, 18, 0.35);
}

.rx-login-card .rx-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #1A1C19;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 1.7rem;
  margin-bottom: 0.35rem;
}

.rx-login-card .rx-sub {
  color: #4A4F48;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.rx-login-card .form-control {
  border-radius: 12px;
  border: 1px solid rgba(183, 176, 168, 0.75);
  padding: 0.75rem 1rem;
  background: #fff;
}

.rx-login-card .form-control:focus {
  border-color: #7A8F7C;
  box-shadow: 0 0 0 0.15rem rgba(122, 143, 124, 0.22);
}

.rx-login-card button[type="submit"],
.btn-login {
  width: 100%;
  border: none !important;
  border-radius: 999px !important;
  padding: 0.85rem 1rem !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #3F5042 !important;
  color: #fff !important;
  margin-top: 0.85rem;
}

.login-box input { border: 1px solid rgba(183, 176, 168, 0.75) !important; }
