

/* Start:/local/templates/dresscodeV2/components/bitrix/system.auth.form/auto/style.css?17418026853492*/
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(/local/templates/dresscodeV2/components/bitrix/system.auth.form/auto/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(/local/templates/dresscodeV2/components/bitrix/system.auth.form/auto/images/sec-unlocked.png);}
div.bx-system-auth-form{
    width: 100%;
}
.bx-system-auth-form #formAuth{
    width: 30%;
}
.personalAcc {
    font-size: 18px;
    line-height: 33px;
}
.bx-system-auth-form #formAuth table tr td:nth-child(2) {
    text-align: right;
}
div.bx-system-auth-form input[type="submit"]{
    width: auto;
    background-color: #ff9d00;
}
a.btn {
    background: #825337;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    padding: 4px 20px;
}
div.bx-system-auth-form input[type="submit"] {
    width: auto;
    background-color: #f0de98;
    border-radius: 4px;

    font-weight: bold;
    margin-left: 0 !important;
    /* margin-bottom: 10px!important; */
    font-size: 1.2em;

}

div.bx-system-auth-form input[type="submit"]:hover {
    background-color: #ff9d00 !important;
    color: #ffd700;
}

div.bx-system-auth-form a.btr_auth {
    width: auto;
    display: inline-block;
    background-color: #f0de98;

    font-weight: bold;
    color: #000;
    border-radius: 4px;
    transition: .5s;
    font-size: 1.2em;

}

div.bx-system-auth-form a.btr_auth:hover {
    background-color: #ff9d00;
    transition: .3s;
    color: #ffd700;
}

div.bx-system-auth-form a.forgot_pass {
    font-size: .9em;
    font-weight: normal;
    padding-bottom: 2px;
    transition: .3s;
}

div.bx-system-auth-form a.forgot_pass:hover {
    border-bottom: 1px dashed #f0de98;
    color: #b8860b;
    transition: color .3s;
}
    div.bx-system-auth-form a.btr_auth {
        padding: 17px 3em !important;
    }

    div.bx-system-auth-form input[type="submit"] {
        padding: 0 4vmax!important;
    }
.personalAcc p {
    margin: 5px;
    line-height: 26px;
}

.personalAcc .bottom__acc {
    margin-top: 20px;
    margin-bottom: 40px;
}
.personalAcc .bottom__acc a.btn {
    padding: 9px 12px;
    margin-top: 5px;
    display: inline-block;
    margin-right: 10px;
}
.personalAcc .bottom__acc a.btn:hover {
    background-color: #ad724e;
    transition: .5s;
}
.personalAcc .top__acc span{
    font-weight: bold;
    color: #825337;
}
.personalAcc .top__acc p:first-of-type,
.personalAcc .bottom__acc p:first-of-type {
    font-weight: bold;
}
#main .bx-system-auth-form .logout_btn input[type="submit"] {
    background-color:transparent;
    color: #3498db;
    padding: 0!important;
    height: 24px;
    line-height: 0;
    border-bottom: 1px solid #3498db;
    border-radius: unset;
    font-size: 1em;
    margin: 5px;
}

#main .logout_btn input[type="submit"]:hover {
    background-color:transparent!important;
    border-bottom: 1px solid red;
    transition:.5s;
    color: red;
}

@media (max-width:767px){
    div.bx-system-auth-form a.btr_auth {
        padding: 17px 11vw !important;
    }
    div.bx-system-auth-form input[type="submit"] {
        padding: 0 10vw !important;
    }
}
@media(max-width: 480px){
    div.bx-system-auth-form input[type="submit"] {
        padding: 0 9vw !important;
    }
    div.bx-system-auth-form a.btr_auth {
        padding-left:7vw!important;
        padding-right:7vw!important;
    }
}

/* End */
/* /local/templates/dresscodeV2/components/bitrix/system.auth.form/auto/style.css?17418026853492 */
