/* Email OTP Login - styles
--------------------------------------------- */
.email-otp-card{
  max-width:480px;
  margin:18px auto;
  background:#fff;
  border-radius:12px;
  box-shadow:0 6px 20px rgba(28,42,91,0.12);
  padding:18px;
  direction:rtl;
  font-family: inherit;
  border: 1px solid rgba(28,42,91,0.06);
}

.email-otp-title{
  color:#1c2a5b;
  font-size:18px;
  margin:0 0 12px;
  text-align:center;
  font-weight:600;
}

.email-otp-form label{
  display:block;
  margin:8px 0 6px;
  color:#333;
  font-size:14px;
}

.email-otp-form input[type="email"],
.email-otp-form input[type="text"]{
  width:100%;
  padding:10px 12px;
  font-size:15px;
  border:1px solid #e6e6e6;
  border-radius:8px;
  box-sizing:border-box;
  outline:none;
  transition:box-shadow .15s, border-color .15s;
}

.email-otp-form input:focus{
  box-shadow:0 0 0 3px rgba(28,42,91,0.06);
  border-color: #aab6d9;
}

.eol-btn{
  display:inline-block;
  margin-top:12px;
  padding:10px 14px;
  border-radius:9px;
  border:0;
  cursor:pointer;
  font-size:15px;
  color:#fff;
  background:#1c2a5b;
  transition:background .12s, transform .08s;
}

.eol-btn.primary{
  background:#1c2a5b;
}

.eol-btn:hover{ background:#21356f; transform:translateY(-1px); }
.eol-btn:active{ transform:translateY(0); }

.eol-after-send{ margin-top:12px; border-top:1px dashed #f0f0f0; padding-top:12px; }

.eol-info{ color:#1c2a5b; font-weight:600; margin:6px 0; }

.eol-resend{ color:#666; font-size:13px; margin-top:8px; }

.eol-note{ color:#666; font-size:13px; margin-top:12px; }

.eol-msg{ margin-top:10px; color:#b00020; font-weight:600; }

@media (max-width:520px){
  .email-otp-card{ margin:12px; padding:14px; border-radius:10px; }
  .email-otp-title{ font-size:16px; }
}
