

/* Start:/local/templates/bestbrands_new/components/bitrix/system.auth.form/auth/style.css?17486107542536*/
.form p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #1A1A1A;
}
.form p.head {
    font-size: 20px;
    letter-spacing: 0em;
    margin-bottom: 32px;
    line-height: 25px;
}
.form a{
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #1A1A1A;
    text-decoration: underline;
    float: right;
    margin-top: 18px;
}
.form a.register{
    color: #7664AA;
    margin-top: 0;
}
.form a.register{
    color: #7664AA;
    float: right;
}
.form input {
    width: 100%;
    border: 1px solid #A5A5A5;
    padding: 12px 25px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #1A1A1A;
    margin-bottom: 30px;
    border-radius: 0;
}
.form label {
    display: block;
    margin: 0 0 44px 0;
    cursor: pointer;
    user-select: none;
    position: relative;
}
.form label input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.form label span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    font-size: 16px;
}
.form label span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    border: 1px solid #A5A5A5;
}
.form label input[type=checkbox] + span:after {
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
}
.form label input[type=checkbox]:checked + span:after {
    content: "✓";
    color: #7664AA;
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    left: 2px;
    top: -1px;
    opacity: 1;
}
.form label span:hover:after {
    filter: brightness(110%);
}
.form label span:active:before,
.form label span:active:after {
    filter: brightness(80%);
}
.form label input[type=checkbox]:disabled + span {
    color: #666;
    cursor: default;
}
.form label input[type=checkbox]:disabled + span:before,
.form label input[type=checkbox]:disabled + span:after {
    filter: grayscale(100%);
    opacity: 0.6;
}
.form input.btn {
    border: 1px solid #7664AA;
    font-family: OpenSans;
    background: #7664AA;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 0 16px 0;
    color: #fff;
}

.form input.btn:hover {
    opacity: .6;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
@media (max-width: 767.98px) {
    .form a {
        font-size: 14px;
    }
}
/* End */
/* /local/templates/bestbrands_new/components/bitrix/system.auth.form/auth/style.css?17486107542536 */
