﻿h3 {
    color: #fff;
    font-size: 2.0em !important;
    text-align: center;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0.0;
    font-size: 0;
}

h2 {
    color: #8bc53f;
    font-size: 2.0em;
    text-align: center;
    font-family: 'Open sans', Calibri, sans-serif;
    margin-top: 0%;
}

h1 {
    color: #fff;
    font-size: 5.0em !important;
    text-align: center;
    font-weight: bold;
    font-family: 'Open sans', Calibri, sans-serif;
}

.imglogo {
    padding: 2%;
    width: 85%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 75%;
    background: #fff;
}

#loginformwrapper {
    width: 40%;
    border-radius: 7px;
    background: #fff;
    opacity: 1;
    margin: 7% auto;
    padding: 1%;
    margin-top: 2%;
    box-shadow: 0 10px 10px 0 #c3c3c3;
}

fieldset {
    border: none !important;
}

input {
    border-radius: 4px;
    border: solid 1px #c3c3c3;
    width: 190px;
    padding: 4px;
}

.errormessage, .error {
    color: #e2101b;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

#footer {
    width: 100% !important;
    position: fixed;
    color: #cececf;
    bottom: 0;
}

#footerchild {
    width: 650px !important;
    margin: auto;
    color: #8B1C1C;
}

label {
    font-size: 1.2em;
}

.verbiage p {
    font-weight: bold;
    font-size: 20px;
}

.formbutton, .formbuttons {
    margin-top: 17px;
    text-align: center;
    display: block !important;
    padding: 10px;
}

.formlabel {
    float: left;
    width: 45%;
    text-align: right;
    padding: 4px;
    color: #000;
}

.forminputwrapper, .inputwrapper {
    float: left;
    width: 50%;
    padding: 4px;
    color: #fff;
}

.submitbutton {
    background-color: #8bc53f;
    margin-left: 5px;
    text-align: center;
    border: none;
    padding: 10px 10px;
    color: #fff;
    font-weight: bold;
    -webkit-appearance: none;
    cursor: pointer;
}

    .submitbutton:hover {
        background-color: #302b62;
        font-weight: bold;
        color: #c3c3c3;
    }

.message {
    text-align: center;
    font-size: 1.5em;
    padding: 5px 10px;
    color: #8bc53f;
}

.confidentialtext {
    float: left;
}

.confidentialtext {
    float: right;
}

.formlogo {
    text-align: center;
}

.logoul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .logoul li {
        display: inline-block;
        width: 32%;
        vertical-align: middle;
    }

        .logoul li:first-child {
            text-align: left;
        }

        .logoul li:last-child {
            text-align: right;
        }

@media screen and (max-width: 1170px) {
    #footer {
        position: relative;
    }

    h2 {
        font-size: 2.0em;
        margin: 10px;
    }

    #loginformwrapper {
        width: 50%;
    }

    .confidentialtext {
        float: none;
    }

    .confidentialtext {
        float: none;
    }

    .usalogo {
        width: 90px;
    }

    .formlogo h2 {
    }

    .formlogo {
        text-align: center;
    }

    .logoul li, .logoul li:first-child, .logoul li:last-child {
        text-align: center;
        display: initial;
        vertical-align: middle;
    }
}

@media screen and (max-width: 640px) {
    #footer {
        position: relative;
    }

    h2 {
        font-size: 2.0em;
        margin: 10px;
    }

    #loginformwrapper {
        width: 70%;
    }

    .confidentialtext {
        float: left;
    }

    .usalogo {
        width: 90px;
    }

    .formlogo {
        text-align: center;
    }

    .logoul li, .logoul li:first-child, .logoul li:last-child {
        text-align: center;
        display: initial;
        vertical-align: middle;
    }
}

@media screen and (max-width: 500px) {
    fieldset .formlabel {
        display: block;
        float: none;
        text-align: left;
    }

    .forminputwrapper, .inputwrapper {
        float: none;
        width: 95%;
    }

    .forminput {
        width: 100%;
    }

    .imglogo {
        padding: 2%;
    }
}
