.auth-section{background:linear-gradient(135deg,#f5f7fa 0%,#e4e8f0 100%);padding:100px 20px;font-family:"Noto Sans Devanagari","Montserrat",sans-serif;display:flex;align-items:center;justify-content:center}.auth-card{background:#fff;width:100%;max-width:480px;border-radius:16px;box-shadow:0 20px 40px rgb(0 0 0 / .08);padding:50px 40px;position:relative;overflow:hidden;margin:0 auto}.auth-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:#b0122d}.auth-header{text-align:center;margin-bottom:40px}.auth-header img{max-width:180px;margin-bottom:20px}.auth-header h2{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.auth-header p{font-size:15px;color:#666;margin:0}.auth-form .form-group{margin-bottom:24px;text-align:left}.auth-form .form-label{display:block;font-size:13px;font-weight:600;color:#333;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.auth-form .form-control{width:100%;height:52px;padding:12px 16px;font-size:15px;color:#333;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:all 0.3s ease;font-family:"Noto Sans Devanagari","Montserrat",sans-serif}.auth-form .form-control:focus{background:#fff;border-color:#b0122d;box-shadow:0 0 0 4px rgb(176 18 45 / .1);outline:none}.auth-form .form-control:not(:placeholder-shown):valid{border-color:#28a745;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.auth-form .form-control:not(:placeholder-shown):invalid{border-color:#b0122d;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23b0122d' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23b0122d' d='M0 0l3 3m0-3L0 3'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.auth-form .form-control:not(:placeholder-shown):invalid:focus{box-shadow:0 0 0 4px rgb(176 18 45 / .1)}.auth-submit-btn{width:100%;height:52px;background:#b0122d;color:#fff;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;margin-top:10px}.auth-submit-btn:hover{background:#8a0e23;transform:translateY(-1px);box-shadow:0 4px 12px rgb(176 18 45 / .2)}.auth-submit-btn:active{transform:translateY(0)}.auth-footer{text-align:center;margin-top:30px;font-size:15px;color:#666}.auth-footer a{color:#b0122d;font-weight:600;text-decoration:none;transition:color 0.3s ease}.auth-footer a:hover{color:#8a0e23;text-decoration:underline}#auth-msg{text-align:center;font-size:14px;font-weight:500;margin-top:16px;min-height:20px}.auth-msg-error{color:#b0122d}.auth-msg-success{color:#28a745}