.student-register-form-container{display:flex;flex-direction:column;gap:16px}.student-register-input-field{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px}.student-register-terms-text{display:flex;align-items:center;font-size:14px;color:#333;white-space:nowrap;text-align:center;flex-wrap:wrap}.student-register-link-text{color:#8b75f3;margin-left:4px;margin-right:4px;white-space:nowrap}.student-register-button{width:167px;background-color:#8b75f3;color:#fff;padding:10px;border:none;border-radius:8px;text-align:center;cursor:pointer}.student-register-button:disabled{background-color:#ccc;cursor:not-allowed}.student-register-otp-container{display:flex;flex-direction:column;gap:8px}.student-register-divider{margin-top:16px;margin-bottom:16px}.register-category-section{display:flex;gap:30px}@media screen and (max-width:600px){.check-box{align-items:flex-start}.student-register-form-container{margin-bottom:50px}.register-category-section{flex-direction:column}.registration-terms-details{display:flex}}