﻿.TOU_Body {
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
    overflow-x: hidden;
}

.TOU_Text1 {
    font-family: latoblack;
    font-size: 34px;
}

.TOU_Text2 {
    font-family: latobold;
    font-size: 28px;
}

.TOU_Text3 {
    font-family: latoregular;
    font-size: 22px;
}

.TOU_Text3_Bold {
    font-family: latobold;
    font-size: 22px;
}

.TOU_Text4 {
    font-family: latoregular;
    font-size: 20px;
}

.TOU_Text5 {
    font-family: latoregular;
    font-size: 17px;
}

.TOU_Text6 {
    font-family: latoregular;
    font-size: 15px;
}

.TOU_Text7 {
    font-family: latoregular;
    font-size: 12px;
}


.TOU_Btn2 {
    font-family: latoregular;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline !important;
    cursor: pointer;
}

.TOU_Div1 {
    margin-bottom: 25px;
}

.TOU_Div2 {
    margin-bottom: 50px
}

.TOU_Div3 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.TOU_General_Padding_Bottom {
    padding-bottom: 20px;
}

.TOU_Small_Padding_Bottom {
    padding-bottom: 10px;
}

.TOU_Small_Padding_Top {
    padding-bottom: 10px;
}

.campBtn {
    background-color: #1F106F;
    border-color: #1F106F;
}

.WidgetForm {
    width: 50%;
    margin: auto;
}

.inputType2 {
    width: 250px;
}

@media only screen and (max-width: 600px) {
    .TOU_Body {
        padding-top: 20px !important;
        padding-left: 10% !important;
        padding-right: 10% !important;
        overflow-x: hidden;
    }
    .WidgetForm {
        width: 100%;
        margin: auto;
    }
    .TOU_Text1 {
        font-family: latoblack;
        font-size: 28px;
    }

    .inputType2 {
        width: 85% !important;
    }
}


.validationMessage {
    color: orangered;
}

.inputDiv2 {
    padding-right: 15px;
    padding-top: 19px;
}
