.registration { background: white; display: flex; flex-direction: row; padding: 40px 20px 40px 20px; justify-content: space-between; border: 1px solid #dde2e4; border-radius: 8px; width: 60%; @media (max-width: 1375px) { width: 80%; } @media (max-width: 617px) { top: 7%; padding: 20px 10px 20px 10px; } &-body { &__main { display: flex; flex-direction: column; align-items: center; padding: 0 0 0 30px; width: 65%; @media (max-width: 740px) { width: 100%; padding: 0; } &-title { font-weight: 500; font-size: 35px; line-height: 32px; display: flex; justify-content: space-between; margin: 0; @media (max-width: 960px) { font-size: 25px; } @media (max-width: 617px) { flex-direction: column; align-items: center; font-size: 20px; } span { color: #52b709; margin: 0 0 0 10px; } } &-desc { text-align: center; width: 100%; font-weight: 500; font-size: 16px; line-height: 28px; margin: 20px 0 0 0; @media (max-width: 960px) { font-size: 15px; } @media (max-width: 617px) { margin: 10px 0 0 0; } } .input-body { margin: 44px 0 0 0; display: flex; flex-direction: row; justify-content: space-between; width: 100%; @media (max-width: 617px) { flex-direction: column; align-items: center; margin: 22px 0 0 0; } &__box { display: flex; flex-direction: column; width: 47%; @media (max-width: 617px) { width: 75%; } h5 { font-weight: 400; font-size: 15px; line-height: 18px; margin: 0 0 0 10px; } input { height: 35px; background: #eff2f7; border-radius: 8px; border: none; margin-bottom: 5px; padding-left: 20px; } .inputContainer { margin: 0 0 20px 0; width: 100%; } span { color: red; font-size: 12px; } .error { border: 1px solid red; } } } .button-box { display: flex; flex-direction: row; margin-top: 10px; &__submit { width: 174px; height: 50px; font-size: 18px; margin: 0 55px 0 0; @media (max-width: 740px) { margin: 0; } } .disable { opacity: 0.5; pointer-events: none; } h5 { display: flex; align-items: flex-end; font-size: 16px; line-height: 28px; p { color: #406128; text-decoration: underline; margin: 0 0 0 5px; } } } } &__about { border-left: 1px solid #cdcdcd; padding: 0 20px 0 10px; margin: 0 0 0 10px; display: flex; flex-direction: column; justify-content: space-between; width: 35%; @media (max-width: 960px) { padding: 0 0 0 10px; } @media (max-width: 740px) { display: none; } h4 { margin: 30px 0 5px 0; font-weight: 900; font-size: 14px; line-height: 24px; color: #52b709; width: 100%; @media (max-width: 960px) { margin: 15px 0 5px 0; font-size: 12px; } } &-text { display: flex; flex-direction: row; p { font-weight: 400; font-size: 12px; line-height: 22px; width: 230px; @media (max-width: 1643px) { width: 100%; } @media (max-width: 960px) { font-size: 10px; } } img { margin: 0 18px 0 0; } } } } .loader { justify-content: start; left: 80px; } }