
/*логотипы сверху от формы входа*/
#logos {
    display: flex;
    /*justify-content: center;*/
}
.login-logo {
    display: flex;
    flex-direction: column;
    width: 200px;
    align-items: center;
}
.login-logo-wrapper {
    height: 100%;
    width: 45px;
}
.login-form {
    margin-top: 25px;
    max-width: 345px;
    color: #046788;
}
.login-form .login-wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 0;
}
.login-form .auth-row .form-control{
    height: 35px;
    font-size: 15px;
}
.login-form .login-wrap .auth-row__item{
    width: 200px;
    margin-bottom: 5px;
}
.login-form .form{
    margin: 0;
    padding: 40px;
    min-width: 340px;
}
.login-form label{
    margin-bottom: 0px;
    font-size: 15px;
}
input.form-control{
    border: 1px solid #9cc0e4;
}
.auth-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: flex-end;
}
.auth-row .auth-btn{
    width: 200px;
    height: 30px;
    display: flex;
    justify-content: space-between;
}
.wrap__forget .wrap-link__forget{
    height: 20px;
}
.auth-label {
    color: #046788;
    margin-right: 10px;
    line-height: 15px;
    min-width: 55px;
}
.login-form .uncorrect-data{
    border: 1px solid #ff2d2d;
}
.login-form .correct-data{
    border: 1px solid #40ff40;
}
.login-form .login-btn,
.login-form .sign-btn{
    padding: 0;
    font-size: 16px;
    line-height: 16px;
}
.login-form .login-btn{
    background: #2276a0;
    min-width: 85px;
}
.login-form .sign-btn{
    background: #ef7f1b;
    min-width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-form .btn{
    color: #fff;
    border-radius: 4px;
}
.login-form .login-btn:hover,
.login-form .sign-btn:hover{
    border: 1px solid #fff;
    transition: ease-out .3s;
}
.login-form .login-btn:hover{
    background: #3399cc;   
}
.login-form .sign-btn:hover{
    background: #ff9435;
}
.login-form .auth__forgot-pass{
    text-decoration: underline;
    font-size: 13px;
    color: inherit;
}
.login-form .auth__forgot-pass:hover{
    text-decoration: none;
    color: #3399cc;
}
.login-form .wrap-remember{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.wrap-remember .auth-checkbox{
    margin-right: 10px;
    height: 16px;
    width: 16px;
}
@media(max-width: 998px){
    .login-form {
        margin-top: 0;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .auth-label #auth_user_remember_me[type='checkbox']{
        min-height: 16px;
        width: 16px;
    }
    .login-form .wrap-remember .auth-label{
        width: auto;
    }
    .login-form .wrap-remember{
        margin: 10px auto;
    }
}
@media(max-width: 375px){
    .login-form {
        margin-bottom: 30px;
    }
}
@media(max-width: 330px){
    .auth-label #auth_user_remember_me[type='checkbox']{
        min-height: 14px;
        width: 14px;
    }
}
/* edit profile */
/* .form-parent{
    margin-top: 20px;
} */
.form_edit_profile{
    width: 600px;
    padding: 30px;
    margin: 0 auto;
    transition: ease-out .3s;
}
.form_edit_profile input{
    border: 1px solid #8ecee4;
    margin-right: 0;
    margin-bottom: 0;
}
.form_edit_profile label{
    margin-bottom: 0px;
    flex: 0 1 30%;
    margin-right: 10px;
}
.form_edit_profile div{
    color: #046788;
}
.form_edit_profile .def-button{
    border-radius: 4px;
    float: right;
    height: 40px;
    font-size: 16px;
    background: #2276a0;
}
.form_edit_profile .def-button:hover{
    background: #3399cc;
}
.form_edit_profile .roww {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.form_edit_profile .roww .text-agreement{
    text-align: justify;
    max-width: 400px;
    width: 370px;
    color: #3c3c3c;
}
.agreement_wrap .block{
    flex: 0 1 30%;
    display: flex;
    align-items: center;
}
.agreement_wrap .block input{
    width: max-content;
    margin-left: 5px;
    height: 18px;
    width: 18px;
}
.form_edit_profile .agreement_wrap{
    display: flex;
    align-items: flex-start;
}

.agreement_wrap .text-agreement{
    flex: 0 1 70%;
}
.agreement_wrap .text-agreement .more-info{
    color: rgb(117, 117, 117);
    cursor: pointer;
}
.morecontent span {
    display: none;
}
.morelink {
    width: max-content;
    color: #05215e;
    border-bottom: 1px solid #05215e;
}
.morelink:hover, 
.morelink:focus{
    color: #0a3ba5;
    border-bottom: 1px solid #0a3ba5;
    text-decoration: none;
    transition: ease-out .3s;
}
.wrap-input{
    width: 360px;
}
.form_edit_profile label{
    max-width: 160px;
}
.agreement_wrap .block,
.agreement_wrap .block label{
    margin-right: 10px;
}
.form_edit_profile .phone-input{
    width: 100%;
    border: 0;
    padding: 0;
}
.form_edit_profile .phone-input:focus{
    box-shadow: none;
    border: 0;
}
.row-phone{
    border: 1px solid #8ecee4;
    border-radius: 4px;
}
@media(max-width: 768px){
    /* .form_edit_profile{
        width: 85%;
    } */
    .wrap-input{
        width: 100%;
    }
    .form_edit_profile .roww .text-agreement{
        max-width: 100%;
        width: 100%;
        flex: none;
    }
    .form_edit_profile .roww{
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
        margin-bottom: 15px;
        width: 100%;
    }
    .form_edit_profile .roww input[disabled]{
        height: 30px;
        width: 244px;
        max-width: 100%;
        border: 1px solid #9fe4ff;
    }
    .form_edit_profile .roww input[checked]{
        height: 18px;
        width: 18px;
    }
    .code-activation{
        width: 260px;
    }
}
@media(max-width: 700px){
    .form_edit_profile{
        width: 445px;
    }
}
@media(max-width: 550px){
    .form_edit_profile{
        width: 100%;
    }
    /* .form_edit_profile .roww .text-agreement{
        width: 250px;
    } */
    .form_edit_profile  #submit_record__row{
        display: flex;
        justify-content: center;
    }
}
@media(max-width: 320px){
    /* .form_edit_profile .roww .text-agreement{
        width: 220px;
    } */
    .code-activation{
        width: 200px;
    }
    .form_edit_profile{
        width: 95%;
        margin-bottom: 50px;
    }
}