/* Gradient background and centered box */
body.login {
  background: linear-gradient(135deg,#FFDD00 0%, #F2295B 100%) fixed;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:100vh;
  margin:0;
}
#login {
  background: rgba(255,255,255,0.98);
  padding: 38px 34px;
  border-radius: 12px;
  box-shadow: 0 12px 50px rgba(0,0,0,0.25);
  max-width:420px;
  width:92%;
}
#login h1 a { background-image: none !important; }

/* Buttons — black */
.bbl-send-btn, #bbl_verify_otp, #wp-submit, #bbl_resend_otp {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
.bbl-send-btn:hover, #bbl_verify_otp:hover, #wp-submit:hover, #bbl_resend_otp:hover {
  background-color: #222 !important;
}

/* OTP & messages */
.bbl-phone-row { margin-top: 12px; display:block; }
#bbl_otp_row { display:none; margin-top:12px; }
#wp-submit[disabled] { opacity:0.55; pointer-events:none; }
.cwb-msg { font-size:13px; margin-top:6px; text-align:left; min-height:18px; color: #111; }

/* Language selector */
#language-switcher { margin-top:18px; text-align:right; font-size:13px; }
