

/* Start:/bitrix/templates/mainblue/components/bitrix/system.auth.form/.default/style.css?17668042012989*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/bitrix/templates/mainblue/components/bitrix/system.auth.form/.default/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/mainblue/components/bitrix/system.auth.form/.default/images/sec-unlocked.png);}

.form-modal-m,
.form-modal-code {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.form-modal-m_active,
.form-modal-code_active {
    display: flex;
}
.form-modal-m__close {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.3);
}
.form-modal__form {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 20px;
    padding: 60px 50px 30px;
}
.form-modal__row {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    margin-bottom: 20px;
}
.form-modal__t {
    width: 260px;
    margin-bottom: 10px;
}
.form-modal__inp {
    width: 100%;
    /* max-width: 300px; */
}
.form-modal__tt {
    text-align: center;
    color: #3B62FF;
    color: #2a2e6e;
    font-size: 24px;
    font-weight: 700;
}
.form-modal__row input[type="password"],
.form-modal__row input[type="text"],
.form-modal__row input[type="tel"],
.form-modal__row input[type="number"] {
    width: 100%;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    color: #212529;
    font-size: 1.5rem;
    border-radius: 0.25rem;
    height: 50px;
    width: 260px;
}
.form-modal__row_btn {
    justify-content: center;
}
.form-modal__row input[type="submit"],
.form-modal__row .form-modal__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 50px;
    background-color: #3B62FF;
    background-color: #2a2e6e;
    color: #fff;
    border-radius: 0.25rem;
    cursor: pointer;
}
.form-modal__row input[type="submit"]:hover {

}
input[name="USER_REMEMBER"] {
    margin-right: 5px;
}
.input-error {
    border-color: #f00 !important;
}
.errortext {
    display: block;
    margin-bottom: 20px;
}
.form-modal__form__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 2px solid #3B62FF;
    border-color: #2a2e6e;
    border-radius: 50%;
}
.form-modal__form__close:before,
.form-modal__form__close:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 6px;
    width: 13px;
    height: 2px;
    background: #3B62FF;
    background: #2a2e6e;
    padding-left: 1px;
}
.form-modal__form__close:before {
    webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-modal__form__close:after {
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* End */
/* /bitrix/templates/mainblue/components/bitrix/system.auth.form/.default/style.css?17668042012989 */
