﻿h3 {
    color: #fff;
    font-size: 3.0em !important;
    text-align: center;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0.0;
    font-size: 0;
}

h2 {
    color: #64aab1;
    font-size: 3.8em;
    text-align: center;
    font-family: 'Open sans', Calibri, sans-serif;
}

h1 {
    color: #fff;
    font-size: 5.0em !important;
    text-align: center;
    font-weight: bold;
    font-family: 'Open sans', Calibri, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 75%;    
	background: #c3c3c3 url(images/bg.jpg);
	background-size:cover;
}

#loginformwrapper {
    width: 75%;
    margin: auto;
    padding: 0 10px;    
    border-radius: 7px;
	    	background: #fff;
	opacity:0.9;
}

fieldset {
    border: none !important;
}

input {
    border-radius: 4px;
    border: solid 1px #c3c3c3;
    width: 190px;
    padding: 4px;
}

.errormessage, .error {
    color: #cc3300;
    text-align:center;
    padding: 5px; 
    font-size: 14px;
    font-weight: bold;
}

#footer {
    width: 100% !important;
    position: fixed;
    color: #fff;
    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: #64aab1;
}

.forminputwrapper, .inputwrapper {
    float: left;
    width: 50%;
    padding: 4px;
    color: #fff;
}

.submitbutton {
	background-color: #64aab1;
	margin-left: 5px;
	text-align: center;
	border: none;
	padding: 10px 10px;
	color: #fff;
	font-weight: bold;
}

    .submitbutton:hover {
        background-color: #000;
        color: #fff;
    }

.message {
    text-align: center;
    font-size: 1.5em;
    padding: 5px 10px;
    color: #8B1C1C;
}

.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: 640px) {
    #footer {
        position: relative;
    }

    h2 {
        font-size: 2.0em;
        margin: 10px;
    }

    #loginformwrapper {
        width: 90%;
    }

    .confidentialtext {
        float: none;
    }

    .confidentialtext {
        float: none;
    }

    .imglogo {
        width: 75px;
    }
    .usalogo{ width: 90px; }
    .formlogo h2 {
       
    }

    .formlogo {
        text-align: left;
    }

    .logoul li, .logoul li:first-child,.logoul li:last-child { text-align:center; display: initial; vertical-align:middle;}
}

@media screen and (max-width: 500px) {
    .formlabel {
        display: block;
        float: none;
        text-align: left;
    }

    .forminputwrapper, .inputwrapper {
        float: none;
        width: 100%;
    }

    .forminput {
        width: 100%;
    }
}