
.registration_sent, .activation_error, .activation_success{
    color: #333;
}

body.page-template-registration,
body.page-template-login,
body.page-template-page-reset-password{
    background-color: var(--green);
    color: #fff;
}
body.page-template-login{
    background-image: url(../../images/login_bg.svg), url(../../images/login_bg_2.svg);
    background-repeat: no-repeat;
    background-position: bottom left, top right 15vw;
    background-size: 60vw, auto;
}
.page-template-login .form .field_wrap{
    margin-bottom: 24px;
}
.site-title a {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px; 
    font-family: 'Space Grotesk';
}
.registration_page.page{
    padding: 50px 10px;
    margin: 0;
}
.registration_page .header-titles{
    margin-bottom: 32px;
}
.registration_wrap{
    padding: 40px;
    border-radius: 16px;
    background-color: #fff;
}
body.page-template-login .registration_wrap{
    border-radius: 16px;
}
.registration_page .left h1{
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 16px;
    max-width: 416px;
    letter-spacing: normal;
}
.registration_page .left p{
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}
.registration_form_wrap{
    color: #333333;
}
.registration_form_wrap .title{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}
.registration_form_wrap > p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}
.registration_form_wrap > p small{
    font-size: 12px;
    line-height: 20px;
}

.login_form .field_wrap .input_wrap.submit a, .login_form  .field_wrap .input_wrap.submit input{
    border-radius: 63px;
    background-color: #E0E0E0;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    text-decoration: none;
}


.isp_register .row{
    margin-left: 0;
    margin-right: 0;
}

.registration_page.reset{
    max-height: 100vh;
    overflow: hidden;
}
/*.registration_page.reset .right{
    background-image: url(../../images/reset_pass_bg.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100%;
}*/
.registration_page.reset .registration_wrap{
    height: 100vh;
    overflow: hidden;
}
.registration_page.reset .registration_wrap .submit input{
    padding-left: 60px;
    padding-right: 60px;
}
@media (max-width: 992px){

    .site-title a {
        font-size: 24px;
        line-height: 32px;
    }
    .registration_page .left h1{
        font-size: 32px;
        line-height: 48px;
    }
    .registration_page .left p{
        font-size: 20px;
        line-height: 32px;
    }
    .registration_wrap {
        padding: 24px;
        border-radius: 16px 16px 0px 0px;
        background-color: #fff;
    }
    .isp_register a {
        font-size: 16px;
        line-height: 28px;
        padding: 6px 40px;
    }
    .isp_register .isp_register_right {
        text-align: center;
        padding-bottom: 24px;
    }
    .isp_register{
        margin-bottom: 24px;
    }
    .isp_register .isp_register_left{
        padding: 16px;
    }
    .isp_register .isp_register_right{
        padding: 0 16px 16px;
    }
    .isp_register h4{
        margin-bottom: 8px;
    }
    body.page-template-login{
        background-image: url(../../images/login_bg.svg);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: auto 55%;
    }
}


.registration-margin {
    margin-top: 31px;
}


@media (min-width: 993px){
    .form .row > *{
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 575px) {
    .registration-margin {
        margin-top: 0;
    }

    .form .no-mobile-margin .field_wrap {
        margin-bottom: 5px;
    }
}