

/* Start:/bitrix/components/sovenjr.auth/authform/templates/.default/style.css?17657932823059*/
.sjauth__inner {
    text-align: center;
    max-width: 360px;
    padding: 15px;
}

.sjauth__title {
    font-weight: 500;
    font-variation-settings: "wght" 550;
    font-size: 24px;
    line-height: 31px;
    color: #333333;
    margin-bottom: 18px;
}

.sjauth__error {
    font-size: 12px;
    margin: 10px 0;
    padding: 5px 10px;
    border: 1px solid red;
    color: red;
    border-radius: var(--border-radius);
}

.sjauth__info {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    margin: 0 0 16px 0;
    text-align: left;
}

.sjauth__phone {
    font-weight: 500;
    font-variation-settings: "wght" 550;
    white-space: nowrap;
}

.sjauth__reinput {
    display: inline-block;
    margin: 0 0 0 16px;
    color: var(--color-blue);
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.sjauth__reinput:hover {
	color: var(--color-lightblue);
}

.sjauth__input {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: var(--border-radius);
    width: 100%;
    line-height: 18px;
    padding: 12px 18px;
    position: relative;
    font-size: 14px;
}

.sjauth__input:focus {
    border-color: #333333;
    outline: none;
}

.sjauth__input[placeholder="____"] {
    text-align: center;
    letter-spacing: 0.5em;
}

.sjauth__input.error {
    color: var(--color-red);
    border-color: var(--color-red);
    letter-spacing: normal;
}

.sjauth__inputbox {
    margin: 0 0 16px 0;
}

.sjauth__btn {
    width: 100%;
}

.sjauth__btn + .sjauth__repeatcode {
    margin: 15px 0 0 0;
}

.sjauth__agree {
    text-align: left;
    margin-top: 15px;
}
.sjauth__agreebox {
    position: relative;
}
.sjauth__agreeinput {
    display: none;
}
.sjauth__agreelabel {
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    padding-left: 24px;
    cursor: pointer;
    margin: 0;
    display: block;
}

.sjauth__agreelabel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #666666;
}

.sjauth__agreeinput:checked + .sjauth__agreelabel:before {
    border: 1px solid var(--color-blue);
}

.sjauth__agreeinput:checked + .sjauth__agreelabel:after {
    content: '';
    position: absolute;
    display: block;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    background-color: var(--color-blue);

}

.sjauth__timer {
    font-size: 14px;
    color: #666666;
}
.sjauth__repeatcode {
    color: var(--color-blue);
    cursor: pointer;
}

.sjauth__repeatcode:hover {
    color: var(--color-lightblue);
}

.sjauth__timer + .sjauth__repeatcode {
    display: none;
}

.remodal.the_popup.authreg-popup {
    padding: 30px 0px 20px;
    max-width: 360px;
}

.sjauth__switcher {
    margin: 10px 0 0 0;
    color: #999999;
    cursor: pointer;
}

.sjauth__switcher:hover {
    color: var(--color-darkgrey);
}
/* End */
/* /bitrix/components/sovenjr.auth/authform/templates/.default/style.css?17657932823059 */
