

/* Start:/local/templates/dresscodeV2/components/bitrix/system.auth.forgotpasswd/.default/style.css?16633242265346*/
#main .bx-auth .alert.small {
    text-transform: lowercase;
    margin-bottom: 0px;
    margin-top: 12px;
    max-width: 100%;
    padding: 12px;
    width: auto;
}

#main .bx-auth .alert.small:first-letter {
    text-transform: capitalize;
}

#main .bx-auth .bx-auth-form-line {
    margin-top: 12px;
}

#main .bx-auth .bx-auth-change-password-link {
    margin-right: 12px;
    min-width: 212px;
}

.bx-auth .bx-auth-captha-container {
    margin-top: 12px;
}

.bx-auth .bx-auth-captha-container .bx-authform-input-container {
    line-height: 0
}

.bx-auth .bx-auth-captha-container .bx-authform-input-container input {
    line-height: normal;
}

.bx-auth .bx-auth-forgot-buttons a {
    margin-top: 12px;
}

.bx-auth input:-webkit-autofill,
.bx-auth input:-webkit-autofill:hover,
.bx-auth input:-webkit-autofill:focus,
.bx-auth input:-webkit-autofill,
.bx-auth textarea:-webkit-autofill,
.bx-auth textarea:-webkit-autofill:hover,
.bx-auth textarea:-webkit-autofill:focus,
.bx-auth select:-webkit-autofill,
.bx-auth select:-webkit-autofill:hover,
.bx-auth select:-webkit-autofill:focus {
    background-color: #f3f3f3 !important;
    -webkit-box-shadow: 0 0 0 30px #f3f3f3 inset !important;
}

@media screen and (max-width: 600px) {

    .bx-auth .alert-success-item {
        margin-top: 12px;
    }

    .bx-auth .alert-success-item {
        display: inline-block;
    }

    #main h1 {
        margin-bottom: 12px;
    }

    #authMenu {
        display: none;
    }

}

@media screen and (max-width: 400px) {

    .bx-auth .bx-auth-forgot-buttons a {
        padding-right: 12px;
        padding-left: 12px;
    }

}

.bx-authform {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.bx-authform-form {
    margin-right: 25px;
    padding: 40px 30px;
    width: 400px;
    background: #f5f5f5;
    box-sizing: border-box;
}


.bx-authform-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 52px 0 0;
}

#main .bx-authform-submit-btn-container {
    margin-right: 10px;
}

#main .bx-authform-submit-btn-container .btn {
    width: 100%;
    background: #ffb500;
    border-radius: 5px;
    font-family: "robotoregular";
    font-size: 14px;
    color: #000;
    padding: 15px 5px;
    margin-top: 20px;
    border: none;
}

#main .btn-simple.btn-border, .btn-simple {
    border-color: #ffb500;
    color: black !important;
}

.btn-simple:not(.btn-border) {
    background: #ffb500;
    border-color: #ffb500;
}

.mt-3 {
    margin-top: 20px;
}

#main .bx-authform-submit-btn-container .btn:hover, .selected .btn-simple:hover, .btn-simple:hover:not(.btn-border) {
    background: #e1a614;
    border-color: #e1a614;
}

.bx-authform-remember-container {
    order: 1;
    margin: 15px 0;
}

.bx-authform-remember-container .checkbox {
    font-family: 'roboto_thregular';
    font-size: 14px;
    color: #929292;
}

.bx-authform-remember-container .checkbox input[type="checkbox"] {
    display: none;
}

.bx-authform-remember-container .checkbox input[type="checkbox"] + label.bx-filter-param-label {
    position: relative;
    padding-left: 25px;
}

.bx-remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin-top: 20px;
}

.checkbox label.bx-filter-param-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    box-sizing: border-box;
}

.checkbox input[type="checkbox"]:checked + label.bx-filter-param-label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 11px;
    height: 11px;
    background: #929292;
    border-radius: 50%;
    box-sizing: border-box;
}

.bx-authform-forgot-password-container {
    margin-top: 11px;
    font-family: 'roboto_thregular';
    font-size: 14px;
    color: #929292;
    line-height: 1.75;
}

.bx-authform-forgot-password-container a {
    color: #3d5b94;
    text-decoration: none;
}

.bx-authform-forgot-password-container a:hover {
    text-decoration: underline;
}

.bx-authform-link-container {
    margin: 27px -25px 0;
    padding: 26px 25px 0;
    border-top: 1px solid #fff;
    font-family: 'roboto_thregular';
    font-size: 14px;
    color: #929292;
    line-height: 1.75;
}

.bx-authform-link-container a {
    color: #3d5b94;
    text-decoration: underline;
}

.bx-authform-link-container a:hover {
    text-decoration: none;
}

.bx-authform .error-message {
    position: relative;
    margin: 0 0 7px;
    padding: 10px 20px 10px 60px;
    background: #c2c2c2;
    border-radius: 3px;
    font-family: 'roboto_thregular';
    font-size: 14px;
    color: #343333;
}

.bx-authform .error-message:before {
    content: '!';
    position: absolute;
    top: 9px;
    left: 20px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    background: #f44336;
    border-radius: 50%;
    font-family: 'roboto_thregular';
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.bx-authform .error-message + .bx-authform-footer {
    margin-top: 7px;
}

@media all and (max-width: 767px) {
    .bx-authform-form {
        margin: 0 0 30px;
        width: 100%;
    }
}

.flex-column {
    flex-direction: column;
}
/* End */
/* /local/templates/dresscodeV2/components/bitrix/system.auth.forgotpasswd/.default/style.css?16633242265346 */
