.form-register-block{
    margin-bottom: 17rem;
}
.form-register-block .title-create-account{
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #101010;
    margin-bottom: 20px;
}
.form-register-block .btn-register{
    width: 100%;
    background: #F4C200;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #101010;
    padding: 10px 0;
    margin-bottom: 20px;
}
.form-register-block .btn-login{
    width: 100%;
    background: #F4C200;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #101010;
    padding: 10px 0;
    margin-bottom: 20px;
}
.form-register-block .btn-back{
    font-style: italic;
    font-weight: bold;
    font-size: 1.2rem;
    color: #E00024;
}
.btn-forgot-password{
    font-weight: 500;
    font-size: 1.2rem;
    color: #3B5998;
}
@media (max-width: 991px) {
    .form-register-block .title-create-account{
        font-size: 18px;
    }
    .btn-forgot-password{
        font-size: 14px;
    }
    .form-register-block .btn-register{
        font-size: 16px;
    }
}
@media (max-width: 500px) {
    #button {
        margin: 30px;
    }
}
@media (max-width: 573px) {
    .modal-dialog{
        width: 300px;
    }
    .modal{
        left: 130px;
    }
    .form-register-block .title-create-account{
        font-size: 16px;
    }
    .form-register-block .btn-register{
        font-size: 14px;
    }
    .btn-forgot-password{
        font-size: 12px;
    }
    .menu-category{
        margin-top: 20px!important;
        padding-bottom: 30px;
    }
}
@media (max-width: 505px) {
    .modal{
        left: 100px;
    }
}
@media (max-width: 461px) {
    .modal{
        left: 75px;
    }
}
@media (max-width: 426px) {
    .modal{
        left: 55px;
    }
}
@media (max-width: 376px) {
    .modal{
        left: 30px;
    }
}

.banner-blog {
    background: linear-gradient(102.19deg, #F4FAFD 0.04%, #F3ECE3 100%);
    width: 100%;
}
.people1,.people2{
    width: 45%;
}
.people3{
    width: 25%;
}
