@font-face {
    font-family:'Roboto-Light';
    src: local('Roboto-Regular'), url(../fonts/Roboto-Light.ttf) format('truetype');
}

@font-face {
    font-family:'Roboto-Regular';
    src: local('Roboto-Regular'), url(../fonts/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family:'Roboto-Medium';
    src: local('Roboto-Medium'), url(../fonts/Roboto-Medium.ttf) format('truetype');
}

@font-face {
    font-family:'Roboto-Bold';
    src: local('Roboto-Bold'), url(../fonts/Roboto-Bold.ttf) format('truetype');
}

@font-face {
    font-family:'Lucky Fellas';
    src: local('Lucky Fellas'), url(../fonts/Lucky-Fellas-W00-Regular.ttf) format('truetype');
}

.form-title-wrapper {
    position: relative;
    z-index: 99;
    padding: 1rem;
    background: url(../images/Header-patch.jpg);
    background-repeat: no-repeat;
    background-size:70%;
    margin-top: 120px;
}

.form-title h1 {
    color: #fff;
    font-family:'Roboto-Bold';
    font-size: 2.75rem;
}

.va-form-wrapper {
    z-index: -1;
    padding: 2rem;
    padding-bottom: 1.25rem;
    margin-top: -2.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center!important;
    background: url(../images/va-bg.jpg);
}

.container-fluid {
    max-width: 80%;
}

.va-form h4 {
    font-family:'Roboto-Medium';
    font-size: 1.75rem;
}

.va-form label {
    font-size: 1.2rem;
    font-family:'Roboto-Medium';
}

.tcpa p {
    font-size: .85rem!important;
    font-family:'Roboto-Light';
    text-align: justify;
}

.tcpa .consent {
    font-family:'Roboto-Bold';
}

.btnSubmit {
    font-size: 1.25rem;
    border-radius: .5rem;
    padding: .75rem 3.5rem;
    border-color: #083f88;
    font-family:'Roboto-Bold';
    background-color: #083f88;
}

.mlo-data {
    padding-left: 0;
}

.mlo-data h2 {
    color: #083f88;
    font-size: 3.5rem;
    font-family:'Lucky Fellas';
}

.mlo-data h5 {
    font-size: 1.1rem;
    font-family:'Roboto-Regular';
}

.mlo-wrapper p {
    font-size: .85rem;
    font-family:'Roboto-Light';
    text-align: justify;
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none!important;
}


@media only screen and (max-width:1599px) {   
    .form-title h1 {
        font-size: 2.25rem;
    }
}

@media only screen and (max-width:1299px) {
    .va-form-wrapper {
        margin-top: -5.25%;
        background-size: cover;
        background-repeat: no-repeat!important;
        background-position: center!important;
        background: url(../images/va-bg.jpg);
    }
    .form-title-wrapper {
        padding: 1.25rem; 
        background-size:80% ; 
    }

    .form-title h1 {
        font-size: 2rem;
    }
}

@media only screen and (max-width:1199px) {
    .form-title-wrapper {
        padding: .75rem; 
        background-size:85%; 
    }

    .form-title h1 {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width:991.97px) {
    .va-form-wrapper {
        background: #fff;
        margin-top: 0;
    }
    .form-title-wrapper {
        padding-bottom: .35rem;
    }

    .form-title h1 {
        font-size: 1.75rem;
    }

    .btnSubmit-Col {
        text-align: center;
    }

    .mlo-data {
        text-align: center;
        padding-bottom: 2rem;
    }
    
    .btnSubmit-div {
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .container-fluid {
        max-width: 90%;
    }

    .form-title-wrapper {
        background: #083f88;
        text-align: center;
        margin-top: 70px;
    }

    .form-title h1 {
        font-size: 1.5rem;
    }

    .va-form h4 {
        font-family:'Roboto-Medium';
        font-size: 1.25rem;
    }
    
    .va-form label {
        font-size: 1rem;
        font-family:'Roboto-Medium';
    }
}

@media only screen and (max-width:599px) {
    .container-fluid {
        max-width: 95%;
    }

    .form-title h1 {
        font-size: 1.35rem;
    }

    .tcpa p {
        font-size: 12px!important;
    }

    .mlo-wrapper p {
        font-size: 12px;
    }

    
.btnSubmit {
    font-size: 1rem;
    padding: .35rem 2.5rem;
}