.register-form-container{padding-top:53px}.register-form{display:flex;flex-direction:column;gap:43px}.school-info-register-form{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:21px;column-gap:21px;grid-row-gap:43px;row-gap:43px}.register-form-school-user-container,.school-info-register-form>:nth-child(3){grid-column:1/-1}.register-form-add-btn{color:#ff5c25;font-size:14px;font-style:normal;font-weight:700;line-height:20px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;text-align:start}.register-form-school-user-container{display:flex;gap:21px;position:relative}.register-form-user-header{position:absolute;top:54%;right:-35px;z-index:10}.register-form-remove-btn{width:24px;height:24px;border-radius:50%;background-color:#ff5c25;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;transition:all .2s ease;line-height:1}.register-form-remove-btn:hover{background-color:#e04a1f;transform:scale(1.1)}.register-form-remove-btn:active{transform:scale(.95)}.student-info-register-form-title{color:#000;font-size:15px;font-style:normal;font-weight:700;line-height:48px;margin-bottom:20px}.student-info-register-form{display:flex;flex-direction:column;gap:43px}.register-form-student-user-container{display:flex;width:100%;gap:21px;position:relative}.student-info-register-form-inputs-container{flex:1 1;display:flex;flex-direction:column;gap:43px}.student-info-register-form-uploader{flex:1 1;display:flex;flex-direction:column;gap:23px;margin-top:40px}.register-form-submit-btn{width:234px;height:50px;color:#fff;font-size:16px;font-style:normal;font-weight:600;line-height:28px;padding:9px 24px;border-radius:8px;background:#ff5c25;position:relative;display:flex;align-items:center;justify-content:center;gap:10px}.register-form-submit-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.custom-form-uploader-desc{color:#5c5c5c;font-size:12px;font-style:normal;font-weight:400;line-height:20px}@media (max-width:830px){.register-form-school-user-container{display:flex;flex-direction:column}.register-form-user-header{top:0;right:0}}@media (max-width:700px){.register-form-student-user-container{flex-direction:column}.student-info-register-form-uploader{margin-top:0}.register-form-user-header{top:0;right:0}}@media (max-width:600px){.school-info-register-form{grid-template-columns:1fr;row-gap:25px}.student-info-register-form-inputs-container{row-gap:25px}.register-form-submit-btn{width:100%}}@media (max-width:400px){.register-form-remove-btn{width:15px;height:15px;font-size:7px}.register-form-user-header{right:-10px}}