

/* Start:/local/templates/stoksklad/components/bitrix/system.auth.authorize/flat/style.css?17458141202006*/
.label-pass-link-recovery {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}
.label-pass-link-recovery a {
    text-decoration: none;
}
.container.bx-content-section {
    padding-left: 0 ;
    padding-right: 0 ;
}



.bx-authform {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
}
.bx-authform form {
    background: #fff;
    padding: 28px 30px 10px;
    border-radius: 5px;
    width: 50%;
    margin-bottom: 50px;
    margin-right: 150px;
    min-width: 270px;
    max-width: 600px;
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.05);
}

.to-reg {
    font-size: 16px;
}




/*
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 2px solid #dbdbdb;
border-right: none;
border-radius: 5px 0 0 5px;
height: 38px;
*/
.bx-authform-input-container input[type="text"], 
.bx-authform-input-container input[type="password"] {
    font-size: 16px;
    height: 38px;
    padding: 0 12px;
    border: 2px solid #dbdbdb;;
    border-radius: 5px;
    background: #fff; 
}


.bx-authform-formgroup-container-flex {
    position: relative;
    display: flex;
    line-height: 1.2;
    justify-content: space-between;
    color: #505050;
    font-size: 14px;
    align-items: center;
}

@media (max-width: 991px) {
    .bx-authform form {
        width: 100%;
        margin-right: 50px;
    }
    #pagetitle {
        padding-right: 0px !important;
        padding-left: 1px !important;
    }
}

@media (max-width: 767px) {
    .bx-authform form {
        margin-right: 0px;
    }
}

@media (max-width: 575px) {
    .bx-authform form {
        margin-right: 0px;
        padding: 10px 16px 0px;
    }
}



.alert {
    width: 100%;
    max-width: 45.3%;
    min-width: 290px;
    border-radius: 5px;
}


.bx-authform-input-container input::placeholder {
    font-weight: normal;
    color: rgb(209, 209, 209);
}
/* End */
/* /local/templates/stoksklad/components/bitrix/system.auth.authorize/flat/style.css?17458141202006 */
