.title-form{
    color: #fe0100; 
    text-align: center; 
    font-weight: 900;
    font-size: 40px;
}

.detail-form{
    padding-top: 1%
}

.detail-form .frames{
    padding-left: 9%; 
    padding-right: 9%
}

.detail-form .frames .gr-input{
    font-size: 20px;
    margin-top: 25px;
}

/* .detail-form .frames .gr-input .value-form{
    padding-top: 1%;
} */

.detail-form .frames .lbl-form{
    font-size: 34px;
    padding-left: 10px;
    padding-right: 10px;
}

.detail-form .frames .info{
    width: 74%; 
    border: 1px solid #bebebe
}

.detail-form .frames .text-center{
    margin-top: 40px;
    margin-bottom: 80px;
}

.detail-form .frames .text-center .submit-action{
    background-color: #fa7b06; 
    color: #fff; 
    border: none; 
    padding: 8px 15px; 
    font-size: 22px; 
    font-weight: bold; 
    border-radius: 6px
}

@media only screen and (max-width: 1200px) {

    .title-form{
        font-size: 38px;
    }

    /* .detail-form .frames .gr-input .value-form{
        padding-top: 0.5%;
    } */

    .detail-form .frames .lbl-form{
        font-size: 29px;
    }    
    
}

@media only screen and (max-width: 1000px) {
    .title-form{
        font-size: 32px;
    }

    /* .detail-form .frames .gr-input .value-form{
        padding-top: 0%;
    } */
    .detail-form .frames .lbl-form{
        font-size: 21px;
    }

    .detail-form .frames .text-center .submit-action{
        font-size: 19px
    }
    
    .detail-form .frames .info{
        height: 32px;
    }
    
}

@media only screen and (max-width: 767px) {

    .title-form{
        font-size: 30px;
    }

    .detail-form .frames .lbl-form{
        font-size: 18px;
    }

    .detail-form .frames .info{
        width: 100%;
    }


}

@media only screen and (max-width: 654px) {

    .title-form{
        font-size: 26px;
    }
    
    .detail-form .frames .lbl-form{
        font-size: 15px;
        padding-top: 1%;
    }

    .detail-form .frames .text-center .submit-action{
        font-size: 16px;
    }


}

@media only screen and (max-width: 570px) {

    .title-form{
        font-size: 24px;
    }
    
    .detail-form .frames .text-center .submit-action{
        font-size: 16px;
    }

    .detail-form .frames .gr-input{
        font-size: 17px;
    }

    .detail-form .frames .lbl-form{
        font-size: 16px;
        width: 40%;
    }

    .detail-form .frames .gr-input .value-form{
        width: 60%;
    }

}

@media only screen and (max-width: 485px) {

    .title-form{
        font-size: 20px;
    }
    
    

    .detail-form .frames .text-center .submit-action{
        font-size: 14px;
    }

    .detail-form .frames .gr-input{
        font-size: 12px;
    }

    

}