﻿hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 0px solid rgba(0,0,0,.1);
}



.FormHolder {
    margin: 2%;
    padding: 3%;
    border-radius: 10px;
    background-color: white;
    text-align: center;
}

.form-group {
    margin-bottom: 0rem;
    display: flex;
    justify-content: space-between;
}

.CustomButton {
    margin-top: 2%;
    font-size: 20px;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 10px;
    background-color: #1c3c70;
    color: white;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

.CustomButton:hover {
    background-color: #00b3c0;
}

input {
    margin-right: 2%;
    margin-left: 2%;
    width: 70% !important;
}

label {
    margin: 0px;
}


.ThankYouBanner {
    background-image: url('../images/ThankYouBanner.png');
    background-position: left;
    height: 700px;
    padding: 2%;
}   



.offset15 {
    text-align: center;
    width: 33%;
}

.customCol {
    max-width: 48%;
    
}

@media(max-width:767px) {
    .customCol{
        max-width:unset;
    }

    .ThankYouBanner {
        background-image: url('../images/ThankYouBanner.png');
        background-position: center;
        height: 950px;
        background-size: 100rem;
        padding: 2%;
    }

    .offset15 {
        text-align: center;
        width: 74%;
    }
}

@media(max-width:425px){
    .ThankYouBanner {
        background-image: url('../images/ThankYouBanner.png');
        background-position: center;
        height: 990px;
        background-size: 100rem;
        padding: 2%;
    }
}

