﻿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: #fff;
    font-size: 3.8em;
    text-align: center;
    font-family: Calibri, 'Port Lligat Sans', sans-serif;
}

h1 {
    color: #fff;
    font-size: 5.0em !important;
    text-align: center;
    font-weight: bold;
    font-family: Calibri, 'Port Lligat Sans', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 75%;
    background: url(images/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.error { color: #f00; font-wegith: bold; font-size: 15px; text-align:center; padding: 10px; }
#loginformwrapper {
	width: 75%;
	margin: 20px auto;
	padding: 20px;
	min-width: 650px; 
	background: url(images/wrapperbg.png);
	border-radius: 7px;
	min-height: 450px;
}

fieldset {
    border: none !important;
}

input {
    border-radius: 4px;
    border: solid 1px #c3c3c3;
    width: 190px;
    padding: 4px;
}

.errorMsg {
    color: #ba000e;
}

#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: #fff;
}

.forminputwrapper, .inputwrapper {
    float: left;
    width: 50%;
    padding: 4px;
    color: #fff;
}

.submitbutton {
    background-color: #006fba;
    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;
}

@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;
    }

    .formlogo h2 {
        float: right;
    }

    .formlogo {
        text-align: left;
    }
}

@media screen and (max-width: 500px) {
    .formlabel {
        display: block;
        float: none;
        text-align: left;
    }

    .forminputwrapper, .inputwrapper {
        float: none;
        width: 100%;
    }

    .forminput {
        width: 100%;
    }
}
