.student-auth-container{background:#f9fafb radial-gradient(#e5e7eb 1px,#0000 1px) 0 0/24px 24px;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.student-auth-wrapper{width:100%;max-width:500px}.student-auth-logo-container{background:0 0;justify-content:center;align-items:center;padding:0 0 1.5rem;transition:opacity .3s;display:flex}.student-auth-logo-container:hover{opacity:.8}.student-auth-logo{object-fit:contain;max-width:150px;max-height:80px}.student-auth-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;transition:all .3s;overflow:hidden;box-shadow:0 10px 30px #0000001a}.student-auth-header{background:var(--main-dark-color);text-align:center;color:#fff;padding:2rem}.student-auth-header h1{color:#fff;letter-spacing:-.5px;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.student-auth-header p{color:#d1d5db;margin:0;font-size:.875rem}.student-auth-body{padding:2rem}.student-auth-footer{text-align:center;color:#9ca3af;background:#f9fafb;border-top:1px solid #e5e7eb;padding:1rem 2rem;font-size:.75rem}.student-form-control{border:1px solid #e0e0e0;border-radius:12px;padding:12px 20px 12px 45px;font-size:15px;transition:all .3s}.student-form-control:focus{border-color:var(--main-color);outline:none;box-shadow:0 0 0 3px #7bba271a}.student-form-control::placeholder{color:#9ca3af}.student-form-control:disabled{cursor:not-allowed;opacity:.6;background-color:#f3f4f6}.student-input-icon{color:#9ca3af;pointer-events:none;z-index:1;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.student-btn-primary{cursor:pointer;justify-content:center;align-items:center;gap:8px;display:flex;background:var(--main-color)!important;color:#fff!important;border:none!important;border-radius:12px!important;padding:12px 24px!important;font-size:1rem!important;font-weight:600!important;transition:all .3s!important}.student-btn-primary:hover{transform:translateY(-1px);background:var(--main-alter-color)!important;color:#fff!important;box-shadow:0 4px 12px #7bba274d!important}.student-btn-primary:disabled{opacity:.5!important;cursor:not-allowed!important;transform:none!important}.student-btn-primary:active{transform:translateY(0)!important}.student-link{color:var(--main-dark-color);font-weight:500;text-decoration:none;transition:color .3s}.student-link:hover{color:var(--main-color)}.student-alert-danger{color:#dc2626;background:#fee2e2;border:1px solid #fecaca;border-radius:12px;margin-bottom:1rem;padding:12px 16px;font-size:.875rem}.student-alert-success{color:#065f46;background:#d1fae5;border:1px solid #6ee7b7;border-radius:12px;margin-bottom:1rem;padding:12px 16px;font-size:.875rem}.student-alert-info{color:#1e40af;background:#dbeafe;border:1px solid #93c5fd;border-radius:12px;margin-bottom:1rem;padding:12px 16px;font-size:.875rem}.student-otp-input{text-align:center;letter-spacing:8px;font-size:20px;font-weight:600}.student-success-container{text-align:center;animation:.5s fadeInUp}.student-success-icon{margin-bottom:1rem;font-size:4rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:576px){.student-auth-container{padding:.5rem}.student-auth-logo-container{padding:0 0 1rem}.student-auth-logo{max-width:120px;max-height:60px}.student-auth-header,.student-auth-body{padding:1.5rem}.student-auth-header h1{font-size:1.25rem}.student-form-control{padding:10px 16px 10px 40px;font-size:14px}}.no-spinners::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no-spinners::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.no-spinners[type=number]{-moz-appearance:textfield}.student-input-with-button{width:100%;position:relative}.student-form-control-with-btn{border:1px solid #e0e0e0;border-radius:12px;width:100%;font-size:15px;transition:all .3s;padding:12px 130px 12px 45px!important}.student-form-control-with-btn:focus{border-color:var(--main-color);outline:none;box-shadow:0 0 0 3px #7bba271a}.student-form-control-with-btn:disabled{cursor:not-allowed;opacity:.6;background-color:#f3f4f6}.student-btn-inside{white-space:nowrap;z-index:2;position:absolute;top:50%;right:6px;transform:translateY(-50%);height:auto!important;min-height:unset!important;border-radius:8px!important;padding:8px 16px!important;font-size:.875rem!important;font-weight:600!important}.student-btn-inside:disabled{opacity:.5;cursor:not-allowed}.student-verified-badge{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border:2px solid #6ee7b7;border-radius:12px;align-items:center;gap:12px;padding:16px 20px;animation:.5s verifiedSlideIn;display:flex}.student-verified-icon{color:#059669;flex-shrink:0;animation:2s ease-in-out infinite verifiedPulse}.student-verified-text{color:#065f46;letter-spacing:.3px;font-size:.9375rem;font-weight:600}@keyframes verifiedSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes verifiedPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:576px){.student-form-control-with-btn{font-size:14px;padding:10px 110px 10px 40px!important}.student-btn-inside{right:4px;padding:6px 12px!important;font-size:.8125rem!important}.student-verified-badge{gap:10px;padding:12px 16px}.student-verified-icon{width:18px;height:18px}.student-verified-text{font-size:.875rem}}.student-btn-inside:disabled{color:#6b7280!important;background-color:#d1d5db!important;border-color:#d1d5db!important}.student-form-control[readonly]{color:#6b7280;cursor:default;background-color:#f9fafb;border-color:#d1d5db}.student-form-control[readonly]:focus{box-shadow:none;border-color:#d1d5db}
