/* updated by Eduardo */

@media only screen and (max-width: 1199px) {
    .form-group input, .form-group select {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 991px) {
    .form-group input, .form-group select {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 18px;
    }
    p {
        font-size: 13px;
    }
    .label-align {
        text-align: left;
    }
    #vannin-logo {
        padding: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .hide-mobile {
        display: none !important;
    }
    .captcha-box {
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .form-group input {
        font-size: 10px !important;
    }
}
