252 lines
4.6 KiB
SCSS

.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: 703px) {
top: 0;
z-index: 1;
padding: 20px 10px 20px 10px;
}
&-body {
&__main {
display: flex;
flex-direction: column;
width: 65%;
@media (max-width: 1106px) {
width: 100%;
padding: 0;
}
&-title {
font-weight: 500;
font-size: 35px;
line-height: 32px;
display: flex;
justify-content: center;
margin: 0;
@media (max-width: 960px) {
font-size: 25px;
}
@media (max-width: 703px) {
align-items: center;
font-size: 20px;
}
span {
color: #52b709;
margin-left: 10px;
@media (max-width: 703px) {
margin-left: 5px;
}
}
}
&-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: 703px) {
margin: 10px 0 0 0;
line-height: 20px;
}
}
.input-body {
margin-top: 44px;
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
@media (max-width: 703px) {
flex-direction: column;
align-items: center;
margin-top: 10px;
}
&__box {
display: flex;
flex-direction: column;
width: 47%;
@media (max-width: 703px) {
width: 85%;
}
h5 {
font-weight: 400;
font-size: 15px;
line-height: 18px;
margin: 0 0 0 10px;
}
input {
height: 43px;
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;
}
}
}
.input_checkbox {
display: flex;
width: 100%;
align-items: center;
cursor: pointer;
p {
font-size: 16px;
font-weight: 500;
}
span {
border: 1px solid gray;
border-radius: 4px;
width: 20px;
height: 20px;
margin-left: 10px;
display: flex;
align-items: center;
justify-content: center;
img {
width: 15px;
height: 15px;
}
}
.checkbox--active {
background: #f2f2f2;
}
}
.button-box {
display: flex;
flex-direction: row;
margin-top: 10px;
&__submit {
width: 174px;
height: 50px;
font-size: 18px;
}
.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 25px;
margin: 0 0 0 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
width: 35%;
@media (max-width: 1106px) {
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;
}
}