.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;
}

.bx-auth-reg table,
.bx-auth-reg td,
.bx-auth-reg th {
    background-color: unset;
    border: 0;
}

.bx-auth-reg td {
    padding: 4px 10px;
}

input[type="text"],
input[type="password"] {
    max-width: 300px;
}

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

.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: 12px;
    background: #8FF1A7 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    max-width: 254px;
    padding: 14px 66px;
}


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

div.bx-auth-reg input.bx-auth-input {
    vertical-align: middle;
}

div.bx-auth-reg span.bx-auth-secure {
    background-color: #FFFAE3;
    border: 1px solid #DEDBC8;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
}

div.bx-auth-reg div.bx-auth-secure-icon {
    background-image: url(images/sec.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 18px;
}

div.bx-auth-reg div.bx-auth-secure-unlock {
    background-image: url(images/sec-unlocked.png);
}

.webform-field-upload:before {
    content: " ";
    width: 34px;
    height: 39px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    left: 0;
    background-image: url('/local/templates/rs_altayshina/img/file.png');
    background-repeat: no-repeat;
    background-position: center;
}

/*--CAPTCHA--*/
#captchaBlock {
    position: relative;
}

#captchaBlock #whiteBlock {
    display: none;
    text-align: center;
    position: absolute;
    background-color: #FFF;
    width: 180px;
    height: 40px;
}

#captchaBlock #whiteBlock #loaderImg {
    max-height: 100%;
    width: auto;
}

.rs-info-arrows-ook {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.rs-info-arrows-ook img {
    width: 28px;
    height: auto;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
    font-size: 1.2em;
    border-color: #000000;
    border-radius: 8px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
    border: 1px solid #555 !important;
}