

/* Start:/local/templates/onlineSeminars/components/bitrix/system.auth.form/online-seminars/style.css?17800564923579*/
.auth__form-wrap {
    width: 288px;
    margin: 0 auto;
}

.auth__error {
    color: #f8485e;
    margin: 0 0 10px 0;
}

.auth__label {
    display: block;
    margin: 0 0 10px 0;
    word-wrap: break-word;
}

.auth__text-input,
.auth__password-input {
    width: 288px;
    height: 48px;
    border: 1px solid #bbbbbb;
    font-size: 16px;
    padding: 0 16px 0 16px;
    margin: 0 0 30px 0;
    outline: none;
}

.auth__text-input:hover,
.auth__password-input:hover {
    border-color: #e87722;
}

.auth__text-input:focus,
.auth__password-input:focus {
    border-color: #e87722;
}

.auth__text-input:active,
.auth__password-input:active {
    border-color: #001489;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Стили чекбокса <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.option {
    display: block;
    margin-bottom: 0.5em;
}

/* Check */
.auth__check {
    padding-left: 1.5em;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 26px 0;
    word-wrap: break-word;
}

.auth__check-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.auth__check-box {
    position: absolute;
    margin-top: 0.2em;
    margin-left: -1.5em;
    overflow: hidden;
    border-radius: 0.05em;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #bbbbbb;
}

/* Checked */
.auth__check-input:checked + .auth__check-box {
    background-color: #e87722;
    background-image: url(/local/templates/onlineSeminars/components/bitrix/system.auth.form/online-seminars/images/check_white.svg);
    border: 1px solid #e87722;
}

/* Focused */
.auth__check-input:focus + .auth__check-box {
    border: 1px solid #e87722;
}

.auth__check-input:hover + .auth__check-box {
    border: 1px solid #e87722;
}

.auth__check-input:active + .auth__check-box {
    border: 1px solid #001489;
}

/* Disabled */
.auth__check-input:disabled + .auth__check-box {
    background-color: #bbbbbb;
}

.auth__check-input:checked:disabled + .auth__check-box {
    background-color: #bbbbbb;
}

/* END >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Стили чекбокса <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/*Кнопка формы входа*/
.auth__button {
    width: 288px;
    min-height: 48px;
    background-color: #e87722;
    border: none;
    border-radius: 6px;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 15px 5px 15px;
    word-wrap: break-word;
}

.auth__button:hover {
    background-color: #f57a25;
}

.auth__button:focus {
    background-color: #ff8026;
}

.auth__button:active {
    background-color: #001489;
}

/*Ссылка забыл пароль*/
.auth__forgot-password,
.auth__registration {
    margin: 20px 0 0 0;
    text-align: center;
    width: 288px;
}

.auth__registration-link {
    font-size: 22px;
    line-height: 22px;
}

.auth__registration-wrap {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.auth__forgot-password-link,
.auth__registration-link {
    color: #000000;
    text-decoration: underline;
    word-wrap: break-word;
    outline: none;
}

.auth__forgot-password__link:hover,
.auth__registration-link:hover {
    text-decoration: none;
}

.auth__forgot-password__link:focus,
.auth__registration-link:hover {
    text-decoration: none;
}

.auth__forgot-password__link:active,
.auth__registration-link:hover {
    text-decoration: none;
}
/* End */
/* /local/templates/onlineSeminars/components/bitrix/system.auth.form/online-seminars/style.css?17800564923579 */
