

/* Start:/local/templates/mavi/components/bitrix/system.auth.authorize/.default/style.css?16871735172651*/
.auth {
    width: 385px;
    margin: 70px auto;
    text-align: center;
    font-family: Tahoma, sans-serif;
}

.auth-form {
    border: 1px solid rgba(186, 186, 186, 0.35);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 40px 60px;
    margin-bottom: 10px;
}

.auth-form .form-title {
    font-size: 20px;
    font-weight: normal;
    color: #525252;
    line-height: 1.25em;
    margin-bottom: 28px;
}

.auth-form .form-title .subtitle {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.25em;
}

.auth-form .input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 11px;
    border: 1px solid #BABABA;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    color: #666666;
}

.auth-form .input::placeholder {
    color: rgba(102, 102, 102, 0.65);
}

.auth-form .form-row {
    margin-bottom: 25px;
}

.auth-form .form-row.remember {
    margin-bottom: 35px;
    text-align: left;
}

.auth-form .form-row.row-submit {
    margin-bottom: 17px;
}

.auth-form .form-row.row-link {
    margin-bottom: 8px;
}

.auth-form .form-row:last-child {
    margin-bottom: 0;
}

.auth-form .label-remember {
    display: block;
    position: relative;
    height: 20px;
    padding-left: 27px;
    font-size: 14px;
    color: #666666;
}

.auth-form .checkbox {
    display: none;
}

.auth-form .custom-checkbox {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #BABABA;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.auth-form .custom-checkbox:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.auth-form .checkbox:checked ~ .custom-checkbox:before {
    content: "✓";
}

.auth-form .submit {
    width: 100%;
    background-color: #0096DD;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: white;
    font-size: 17px;
    padding: 15px;
    cursor: pointer;
}

.auth .auth-link {
    font-size: 13px;
    color: #0263B0;
    text-decoration: underline;
}

.auth .auth-footer {
    font-size: 13px;
}

.auth-footer .auth-link {
    text-decoration: none;
}


/* End */
/* /local/templates/mavi/components/bitrix/system.auth.authorize/.default/style.css?16871735172651 */
