.rs-register {
    max-width: unset;
    min-width: 100vw;
    min-height: 100vh;
    display: flex;
}

.rs-register-left {
    background-image: url("/local/templates/rs_altayshina/images/register_left.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    min-width: 50px;
    height: 100vh;
    min-height: 100%;
    position: fixed;
    padding-top: 70px;
}

.rs-register-right {
    width: 50%;
    min-width: 50px;
    height: 100%;
    padding-left: 16px;
    margin-left: 50%;
}

.rs-register h1 {
    font-size: 60px;
    color: #ffffff;
    margin: 70px;
    margin-bottom: 0;
}

.rs-register-left p {
    font-size: 40px;
    line-height: 80px;
    color: #fff;
    margin: 70px;
}

.rs-toindex {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #9D9999;
    text-decoration: none;
}

.rs-authform {
    padding: 16px;
}

.rs-button-container {
    display: flex;
    margin-top: 16px;
}

.rs-button {
    background: #6495ed;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 4px 12px;
    text-decoration: none;
}

.rs-button + .rs-button {
    margin-left: 24px;
}

.rs-button.rs-active {
    color: #ffffff;
}

.bx-authform-label-container {
    visibility: hidden;
}

.bx-filter-param-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #646262;
}

.rs-title {
    margin-bottom: 0;
}

.bx-filter-param-label {
    margin: 8px 0 8px 20px;
    display: block !important;
}

.btn.btn-primary {
    width: 100%;
    color: #000000;
    border-radius: 16px;
    background: #DCE3DD;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;

    padding: 14px 66px;
}


.bx-authform-formgroup-container {
    max-width: 300px;
}

.rs-auth-container > div {
    display: flex;
    justify-content: left;
    align-items: start;
}
.rs-auth-container > div > div {
    width: 50%;
}
.rs-auth-container > div > div:nth-child(1) {
    width: 320px;
}

.RS_CALL .form_head.rs-button {
    margin-top: 14px;
}


.rs-authform .maxwidth-theme > .form.inline {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px 15px 0;
    margin: 15px 0 0 -16px;
    max-width: 330px;
}
.rs-authform .maxwidth-theme .btn.btn-primary {
    padding: 14px 14px;
    width: 100%;
}
.rs-authform .maxwidth-theme .form_footer {
    width: 100%;
}
.rs-authform > form {
    border: 1px solid #dddddd;
    padding: 0 15px 15px 15px;
    max-width: 330px;
    border-radius: 10px;
    margin: 15px 0 0 -16px;
}