@font-face {
    font-family: "Open Sans";
    src:  url("fonts/opensans-1.1.0/Regular/OpenSans-Regular.eot?v=1.1.0");
    src:  url("fonts/opensans-1.1.0/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"),
          url("fonts/opensans-1.1.0/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"),
          url("fonts/opensans-1.1.0/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"),
          url("fonts/opensans-1.1.0/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"),
          url("fonts/opensans-1.1.0/Regular/OpenSans-Regular.svg?v=1.1.0##svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #006582;
    line-height: 20px;
    background: url("../images/login/bg.body.jpg") no-repeat center top;
}

.adminBody{
    background: url("../images/login/bg_green.jpg") no-repeat center top;
}

.loginLogo {
    margin-top: 20px;
    text-align:center;
}

.loginmaindiv {
    height: 333px;
    margin: 0px auto;
    margin-top: 40px;
    /*
    background-image: url("../images/login/bg.loginmaindiv.png");
    background-position: 50% 0px;
    background-repeat: no-repeat;*/
    background-color:white;
    max-width: 333px;
    border-radius: 10%;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}



.logincontent {
    display: block;
    width: 333px;
    max-width:95% !important;
    height: 333px;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (max-width:360px){
    .logincontent{
        width:95%;
    }
    .loginmaindiv{
        background-size:95% 100%;
    }
    .loginformsubmitbtt{
        left: auto !important;
        float:right;
        right:10px;
    }
}

.logintitle {
    padding-top: 25px;
    padding-bottom: 30px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}

.loginforminput {
    margin-top: 5px;
    margin-left: 15px;
    padding-left: 3px;
    width: 300px;
    opacity: 1;
    font-size: 18px;
    color: #006582;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: transparent !important;
    max-width:90%;
}

.loginforminput.password {
    margin-top: 20px;
}

.loginforminput:focus {
    border-top-style: none;
    border-right-style: none;
    border-bottom-color: #006582;
    border-left-style: none;
    outline: none;
    color: #006582;

}

.loginformsubmitbtt {
    position: relative;
    left: 289px;
    top: -37px;
    width: 26px;
    height: 26px;
    background-color: transparent;
    background-image: url("../images/login/bg.loginformsubmitbtt.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}

.loginTextUnder{
    color: white;
    width: auto;
    text-align: center;
    margin: 0px auto;
    margin: 30px 0px 30px 0px;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url("../images/login/bg.loginstripe.jpg") no-repeat center top;
    height: 10px;
}

.loginRegistration {text-align: center;}
.loginRegistration a {text-decoration: none;color: #006582;}
.loginRegistration a:hover {text-decoration: underline;}


.loginSectionTitle{
    text-align:center;
    width:100%;
    color:white;
    text-transform:uppercase;
}
.loginSectionTitle h2{
    letter-spacing: 4px;
    font-weight: bold;
    font-size: 26px;
    line-height:32px;
}
.termsAgreePassword{
    font-weight:normal;
}
.termsAgreePassword a{
    font-weight:bold;
}

.loginError {
    text-align: center;
    color: red;
    margin-top: 0;
}