.auth-form{width:100%;max-width:500px;display:flex;flex-direction:column;gap:1.8rem}.education-fields,.name-fields,.phone-fields{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.select-field{display:flex;flex-direction:column;gap:.5rem}.select-wrapper{position:relative;display:flex;align-items:center}.select{width:100%;padding:1rem 3rem 1rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .2s ease;background-color:#ffffff;color:#000000;direction:rtl;text-align:right;appearance:none;cursor:pointer}.select:focus{outline:none;border-color:#ffcc00;box-shadow:0 0 0 3px rgba(255,204,0,.1)}.select.error,.select.error:focus{border-color:#c53030}.select.error:focus{box-shadow:0 0 0 3px rgba(197,48,48,.1)}.select-arrow{position:absolute;left:1rem;color:#666666;pointer-events:none;font-size:.8rem;transition:color .2s ease}.select:focus+.select-arrow{color:#ffcc00}.select-icon{position:absolute;right:1rem;color:#666666;font-size:1.1rem;pointer-events:none;z-index:1;transition:color .2s ease}.select:focus~.select-icon{color:#ffcc00}.auth-options{display:flex;justify-content:flex-end;margin-top:-.5rem}.forgot-password-link{color:#ffcc00;text-decoration:none;font-size:.9rem;transition:color .2s ease;font-weight:500}.forgot-password-link:hover{color:#000000;text-decoration:underline}.auth-submit-btn{width:100%;padding:1rem 1.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;transition:all .2s ease;background-color:#000000!important;color:#ffffff!important;border:none;margin-top:1rem}.auth-submit-btn:hover:not(:disabled){background-color:#000000!important;color:#ffcc00!important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.auth-switch{text-align:center;font-size:.95rem;color:#666666;margin-top:1rem}.auth-switch-link{color:#ffcc00;text-decoration:none;font-weight:600;transition:color .2s ease}.auth-switch-link:hover{color:#000000;text-decoration:underline}.checkbox-field{display:flex;flex-direction:column;gap:.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.9rem;line-height:1.6}.checkbox-input{width:1.2rem;height:1.2rem;border:2px solid #000000;border-radius:.25rem;cursor:pointer;transition:all .2s ease;flex-shrink:0;margin-top:.125rem}.checkbox-input:checked{background-color:#ffcc00;border-color:#ffcc00}.checkbox-text{color:#000000}.terms-link{color:#ffcc00;text-decoration:none;font-weight:500}.terms-link:hover{text-decoration:underline;color:#000000}.error-message{padding:.875rem 1rem;background-color:#fff5f5;border:1px solid #fed7d7;border-radius:8px;color:#c53030;font-size:.9rem;text-align:center}.submit-error{margin-bottom:.5rem}.success-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;width:100%;height:100%;animation:fadeIn .3s ease-in}.success-message{text-align:center;padding:2rem;background-color:#ffffff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.3);max-width:400px;width:90%;animation:fadeIn .3s ease-in}.success-message.hide{animation:fadeOut .3s ease-out;opacity:0}.success-icon{width:4rem;height:4rem;background-color:#ffcc00;color:#000000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.success-message h3{color:#000000;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.success-message p{color:#666666;margin-bottom:1rem;line-height:1.6}.auth-actions{margin-top:2rem}.back-to-login{display:inline-block;padding:.75rem 2rem;background-color:#000000!important;color:#ffffff!important;text-decoration:none;border-radius:8px;font-weight:600;transition:all .2s ease}.back-to-login:hover{background-color:#000000!important;color:#ffcc00!important}.forgot-password-info{text-align:center;margin-bottom:1.5rem}.forgot-password-info p{color:#666666;line-height:1.6}.password-requirements{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;margin-top:-.5rem}.password-requirements p{font-size:.875rem;font-weight:600;color:#000000;margin-bottom:.5rem}.password-requirements ul{list-style:none;padding:0;margin:0}.password-requirements li{font-size:.875rem;color:#666666;position:relative;padding:.25rem 1.5rem .25rem 0}.password-requirements li:before{content:"✗";position:absolute;right:0;color:#c53030;font-weight:700}.password-requirements li.valid{color:#ffcc00}.password-requirements li.valid:before{content:"✓";color:#ffcc00}@media (max-width:768px){.education-fields,.name-fields,.phone-fields{grid-template-columns:1fr;gap:1rem}.auth-form{gap:1.5rem;max-width:100%}.checkbox-label{font-size:.85rem}.success-message{padding:1.5rem;width:95%}.success-icon{width:3rem;height:3rem;font-size:1.25rem}}.warning-message{background:#fff3cd;color:#856404;border:1px solid #ffeeba;border-radius:6px;padding:.75rem 1rem;margin-bottom:1rem;font-size:14px}.auth-page{min-height:100vh;background-image:url(/_next/static/media/backgroundafaq.ec137d8b.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative}.auth-container{width:100%;max-width:1400px;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;background:transparent;border-radius:0;padding:0;box-shadow:none;border:none;min-height:100vh}.auth-content{display:flex;flex-direction:column;justify-content:center;gap:2rem;padding:4rem 3rem;background-color:#ffffff;min-height:100vh;order:1}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{font-size:2.5rem;font-weight:700;color:#000000;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-subtitle{font-size:1.1rem;color:#666666;font-weight:400;margin-top:1rem;line-height:1.6}.auth-form-container{display:flex;justify-content:center;width:100%}.auth-image{background:transparent;position:relative;min-height:100vh;order:2}.auth-image,.auth-image-content{display:flex;align-items:center;justify-content:center}.auth-image-content{flex-direction:column;text-align:center;padding:2rem}.auth-logo{width:100px;height:100px;margin-bottom:2rem;object-fit:contain}.auth-banner{background-color:#000000;color:#ffcc00;padding:1.5rem 3rem;border-radius:8px;font-size:1.8rem;font-weight:700;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.3)}@media (max-width:1024px){.auth-container{grid-template-columns:1fr;gap:0}.auth-image{display:none}.auth-content{padding:3rem 2rem;min-height:100vh;order:1}}@media (max-width:768px){.auth-page{padding:5rem 1rem 1rem}.auth-content{padding:2rem 1.5rem}.auth-title{font-size:2rem}.auth-subtitle{font-size:1rem}}@media (max-width:480px){.auth-content{padding:1.5rem 1rem}.auth-title{font-size:1.75rem}.auth-logo{width:80px;height:80px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}