.login_container__I6N6n{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#3b82f6,#2563eb)}.login_card__K9riF{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.1);width:100%;max-width:380px;text-align:center}.login_title__PqfOC{font-size:1.5rem;font-weight:700;color:#1e3a8a;margin-bottom:1.5rem}.login_form__63hIg{display:flex;flex-direction:column;gap:1rem}.login_inputGroup__F9xfm{text-align:left}.login_label__ctrk7{display:block;font-weight:500;color:#374151;margin-bottom:.4rem}.login_input__3uA_r{width:100%;padding:.7rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;outline:none;transition:border-color .2s ease;color:#1a1a1a}.login_input__3uA_r:focus{border-color:#3b82f6}.login_button__OLXCa{background:#2563eb;color:white;padding:.8rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}.login_button__OLXCa:hover{background:#1e40af}.login_subtitle__N9X9b{color:#1a1a1a;margin-bottom:16px}.login_otpContainer__VF1FU{display:flex;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.login_otpInput__hRS8G{width:50px;height:56px;text-align:center;font-size:1.5rem;font-weight:600;border:2px solid #e5e7eb;border-radius:8px;outline:none;transition:all .2s ease;background:#ffffff;color:#1a1a1a}.login_otpInput__hRS8G:focus{border-color:#f59e0b}.login_otpInput__hRS8G.login_error__dHxTf{border-color:#ef4444;animation:login_shake__FA5mC .3s ease}.login_errorMessage__jeRLt{color:#ef4444;font-size:.875rem;text-align:center;margin:-.75rem 0 1rem}