.container-fluid{
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}
.pass_block{
    max-width: 300px;
    width: 100%;
    margin: 124px auto 0;
}
.pass_block h1,
.pass_block h3{
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 600;
}
#id_email{
    width: 100%;
    border-radius: 8px;
    background: #F5F5F7;
    border: 0;
    outline: none;
    padding: 0.5rem;
    font-size: 16px;
    margin-top: 10px;
}
.pass_btn_block{
    max-width: 300px;
    width: 100%;
    margin: 110px auto;
}
.logo{
    max-width: 400px;
    margin: 5rem auto;
    display: flex;
    justify-content: center;
}
.logo img{
    max-width: 400px;
    width: 100%;
}
#login_form p{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.form_change_pass p,
.form_change_pass p label,
#forgot_password_form p label,
#login_form p label{
    font-family: Roboto;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    flex-direction: column;
    width: 100%;
    line-height: 17px;
}
.form_change_pass p input,
#login_form p input{
    border-radius: 8px;
    background: #F5F5F7;
    border: 0;
    outline: none;
    padding: 0.5rem;
    font-size: 16px;
    margin-top: 10px;
    width: calc(100% - 1rem);
    max-width: 300px;
}
.forgot_password_info{
    font-family: Roboto;
}
.content_login{
    margin: auto;
}
.forgot_password_info a{
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.remove_pass_text{
    display: inline-block !important;
    font-family: Roboto;
    color: #FF6767;
}
.remove_pass{
    font-family: Roboto;
    color: #FF6767;
    text-decoration: none;
    font-weight: 600;
}
.logout_btn{
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
}
.logout_btn a{
    background-color: #c6c6c6;
    border: 0;
    border-radius: 8px;
    color: #FFF;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 13px;
    width: calc(100% - 26px);
    text-decoration: none;
    margin-top: 0.5rem;
    text-align: center;
}
.confirm_logout_info{
    font-family: Roboto;
    color: #000;
    text-align: center;
    font-weight: 600;
}
@media screen and (max-width:992px) {
    .logo img{
        max-width: 300px;
        margin-bottom: 3rem;
    }
    .pass_block{
        margin-top: 0;
    }
    .pass_btn_block{
        margin: 62px auto;
    }
}