.auth-btn{
    cursor: pointer;
}
.form-body-gr{
    display: flex;
    gap: 2rem;
    flex-direction: column;
}
.form-template-gr .box-form-gr .form-head {
    margin-bottom: 4rem;
}
.text-center {
    text-align: center;
}
.form-body-gr .form-group {
    display: grid;
    margin-bottom: 1.2rem;
    position: relative;
}
.computer-page .title-banner{
    margin-top: -13%;
    font-size: 63px;
}
.computer-page .subtitle-banner{
    font-size: 33px;
}

/* Liên  Hệ */
.w-100{
    width: 100%;
   text-align: center;
}
.f-w-650{
    font-weight: 650;
}
.f-s-200{
    font-size: 200%;
}
.w-30{
    width: 30%;
}
.w-50{
    width: 50% ;
}
.add-info__title {
    margin-bottom: -3rem;
}
.w-33{
    width: 33% !important;
}
.w-20{
    width: 20%;
}
.popup{
    z-index: -1;
}
.title-form {
    display: flex;
    color: red;
    margin-bottom: 20px;
    line-height: 33px;
    font-size: 19px;
    font-weight: 700;
}