@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');
html,body{
    height: 100vh;
}
body{
    font-family: 'Manrope', sans-serif;
}
.coming-soon-page{
    height: 100%;
}

.left-side, .right-side{
    height: 100vh;
}
.left-side{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 44px;
}
.left-side.bg-individual{
    background-image: url(../images/invidual-bg.png);
}
.left-side.bg-partner{
    background-image: url(../images/partner-bg.png);
}
.left-side.bg-investor{
    background-image: url(../images/investor-bg.png);
}
.left-side h1{
    font-size: 46px;
    margin: 112px 0 32px;
}
.left-side p{
    font-size: 23px;
}
.left-side > *{
    line-height: 1.3;
}
.right-side{
    background-color: #322552;
    padding: 44px;
}
.right-side > p{
    margin-bottom: 21px;
}
.right-side > h1{
    font-size: 29px;
}
form{
    max-width: 515px;
}
.form-control{
    background-color: transparent;
    color: white;
    border-color: white;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    font-size: 18px;
}
.form-control:not(textarea){
    height: 56px;
}
.form-control::placeholder {
    color: white;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: white;
}

.form-control::-ms-input-placeholder {
    color: white;
}
.form-control:focus {
    color: white;
    background-color: transparent;
    border-color: white;
    outline: 0;
    box-shadow: none;
}
.custom-label{
    font-size: 15px;
    font-weight: 400;
    color: #a4a2a2;
    line-height: 1.3;
    margin-bottom: 0;
}
.form-check{
    padding: 10px;
    border: 1px solid white;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
}
.form-check label{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    padding: 8px 33px;
    cursor: pointer;
}
.btn-check:checked+label, :not(.btn-check)+label:active {
    color: #322552;
    background-color: #B4CCD7;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -ms-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
}
.btn-submit{
    font-size: 20px;
    font-weight: 600;
    background-color: #B4CCD7;
    color: #322552;
    padding: 15px 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: .9;
}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active{
    opacity: 1;
}
.btn-submit:first-child:hover,
:not(.btn-check)+.btn-submit:hover{
    color: #322552;
    background-color: #B4CCD7;
    border-color: #B4CCD7;
}
@media (min-width: 1600px) {
    .left-side h1{
        font-size: 68px;
        margin: 160px 0 45px;
        max-width: 874px;
    }
    .right-side{
        padding: 106px 140px;
    }
    .right-side > p{
        font-size: 24px;
        margin-bottom: 30px;
    }
}
@media (min-width: 1400px){
    .left-side{
        padding: 110px;
    }
    .left-side p{
        max-width: 700px;
    }
    .right-side{
        padding: 74px 98px;
    }
    .form-control{
        font-size: 15px;
    }
    /* .form-control:not(textarea){
        height: 39px;
    } */
    .form-check{
        padding: 7px 10px;
    }
    .form-check label{
        font-size: 15px;
        padding: 10px 33px;
    }
    .btn-submit{
        padding: 11px 22px;
        font-size: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1600px){
    .left-side h1{
        max-width: 600px;
        font-size: 42px;
    }
    .left-side p{
        max-width: 525px;
        font-size: 24px !important;
    }
    .right-side > h1{
        font-size: 24px;
    }
    .form-control:not(textarea){
        height: 42px;
    }
}
@media (min-width: 1200px){
}
@media (min-width: 1200px) and (max-width: 1400px){
    .form-check label{
        padding-left: 24px;
        padding-right: 24px;
    }
    .left-side p{
        font-size: 21px !important;
    }
    .left-side h1{
        margin: 108px 0 30px;
    }
    .form-control:not(textarea){
        height: 37px;
    }
    .form-control{
        font-size: 15px;
    }
    .form-check{
        padding: 5px;
    }
    .form-check label{
        font-size: 15px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .right-side > h1{
        font-size: 24px;
    }
}
@media (max-width: 1200px){
    .left-side h1{
        font-size: 24px;
    }
    .left-side p{
        font-size: 18px !important;
    }
}
@media (min-width: 768px) and (max-width: 1200px){
    .form-check label{
        padding-left: 28px;
        padding-right: 28px;
    }
}
@media (max-width: 768px){
    .left-side{
        padding-top: 90px;
        position: relative;
    }
    .typography{
        position: absolute;
        top: 50%;
        left: 44px;
        transform: translate(0, -50%);
    }
    .right-side > h1{
        font-size: 20px;
    }
    .right-side > p{
        font-size: 14px;
    }
    .form-control:not(textarea){
        height: 42px;
    }
    .form-check label,.form-control{
        font-size: 14px;
    }
    .form-check label{
        padding-left: 15px;
        padding-right: 15px;
    }
    textarea{
        margin-bottom: 39px;
    }
    .btn-submit{
        font-size: 16px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

}
