*{box-sizing:border-box}body{margin:0;background:#fff}.studentSignupPage{display:flex;width:100%;min-height:100vh}.studentSignupLeft{width:50%;height:100vh;position:relative;overflow:hidden}.studentSignupHero{width:100%;height:100%;object-fit:cover;display:block}.studentSignupRight{width:50%;background:#fff;display:flex;justify-content:center;flex-direction:column;padding:30px 60px}.studentSignupTopBar{display:flex;justify-content:space-between;align-items:center}.studentHomeLink{text-decoration:none;color:#287781;font-weight:600}.studentNeedHelp{text-decoration:none;color:#000;font-weight:600}.studentSignupContainer{width:100%;margin:auto;border:1px solid #000;border-radius:1rem;box-shadow:10px 10px 10px 10px #ccc;padding:1rem}.studentSignupHeader{margin:0;font-size:1.5rem;font-weight:700;color:#000;text-align:center}.studentSignupSubHeader{color:#666;margin:15px 0;text-align:center}.sign-up-form{display:flex;flex-direction:column}.sign-up-form label{margin-bottom:8px;margin-top:16px;font-weight:600}.sign-up-form input{height:52px;border:1px solid #ddd;border-radius:12px;padding:0 16px;font-size:15px;transition:.3s}.sign-up-form input:focus{outline:none;border-color:#287781;box-shadow:0 0 0 4px rgba(40,119,129,0.1)}.studentSignupBtn{margin-top:30px;height:50px;border:none;border-radius:12px;cursor:pointer;color:#fff;font-weight:600;background:#0E6B64;transition:.3s}.signUpOtpInput{width:100%}.studentSignupDivider{display:flex;align-items:center;margin:10px 0}.studentSignupDivider::before,.studentSignupDivider::after{content:"";flex:1;height:1px;background:#ddd}.studentSignupDivider span{padding:0 15px;color:#333}.studentGoogleBtn{width:100%;height:50px;border-radius:12px;background:#fff;display:flex;justify-content:center;align-items:center;gap:10px;cursor:pointer;border:1px solid #287781}.studentGoogleBtn img{width:18px}.studentSignupFooter{text-align:center;margin-top:30px;color:#666}.studentSignupFooter a{text-decoration:none;color:#195057;font-weight:600}@media (max-width: 768px){.studentSignupLeft{display:none}.studentSignupRight{width:100%;padding:24px}.studentSignupContainer{max-width:100%}.studentSignupHeader{font-size:34px}}
