﻿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: #000;
    font-size: 28px;
    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: linear-gradient(#000, #da5c53);
    background-attachment: fixed;
    background-size: cover;
}

#loginformwrapper {
    width: 50%;
    margin: auto;
    padding: 30px;
    background-color: rgba(255, 246, 246, 0.9);
    border-radius: 7px;
    margin-top: 5%;
}

.imglogo {
    margin-top: 3%;
}

fieldset {
    border: none !important;
}

input {
    border-radius: 4px;
    border: solid 1px #c3c3c3;
    width: 190px;
    padding: 4px;
}

.errorMsg {
    color: #65020a;
}
.error {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    color: #d52b1e;
}
#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: #000;
}

.forminputwrapper, .inputwrapper {
    float: left;
    width: 50%;
    padding: 4px;
    color: #fff;
}

.submitbutton {
    background-color: #d52b1e;
    margin-left: 5px;
    text-align: center;
    border: none;
    padding: 10px 10px;
    color: #fff;
    font-weight: bold;
}

    .submitbutton:hover {
        background-color: #65020a;   
        color: #c3c3c3;
    }

.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: 250px;
        margin: 10px auto;
    }

    .formlogo h2 {
        
    }

    .formlogo {
        text-align: center;
    }

    fieldset .formlabel { width: 100%; float: none; text-align:left ;}
    fieldset .forminputwrapper, .inputwrapper {
        width: 100%;
        float: none;
    }
    .inputwrapper input  { width: 100%;}
}