﻿/* CSS Document */

html,body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #0d87de;
	margin: 0;
	color:#333;
}
#loginBox{
	background: #EDEDED;
	/*width: 594px;*/
	/*min-height: 490px;*/
	margin:0 auto;
	border:solid 5px #fff;
    margin-top: 135px;
}
.welcomeHolder {
    margin: 15px auto 15px;
    background: #0D87DE;
    border: solid 3px #FFF;
}
    .welcomeHolder h2 {
        color: #fff;
        margin: 0;
        font-size: 1.5em;
        font-weight: bold;
    }
#usernameHolder {
    margin: 15px auto 15px;
    background: #0D87DE;
    border: solid 3px #FFF;
}
    #usernameHolder h2 {
        color: #fff;
        margin: 0;
        font-size: 1.5em;
        font-weight: bold;
    }
.smallWhiteTxt {
    color: #fff;
    margin: 5px 0 5px 27px;
}
.btn-submit {
    width: 150px;
    margin: 0 0 15px;
    background: url('/images/login_button_bg.jpg') repeat-x;
    border-color: inherit;
    font-weight: bold;
}
.btn.btn-submit, .btn.btn-submit:hover {
    color: white;
    border: none;
}
.footerNotes {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    margin-left: -20px;
}
.support {
    text-align: right;
    font-weight: bold;
}
.smallBlueTxt, .smallBlueTxt:hover {
    color: #00a2e8;
    text-decoration: none;
    margin: 0 0 3px 0;
    display: block;
}
#footerWrapper, #footerWrapper_username {
    margin-top: 35px;
}
.boldBlackTxt {
    font-weight: bold;
    font-size: 1.3em;
}
.form_inputs {
    border: 1px solid #93dcfb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 15px;
    font-size: 1.2em;
    height: 48px;
}
#usernameBox {
    background: #EDEDED;
    /*width: 594px;
    min-height: 1190px;*/
    margin: 0 auto;
    border: solid 5px #fff;
}
.section-title {
    background-color:#0D87DE;
    font-weight:bold;
    font-family:Arial;
    font-size: 12pt; 
    color: white;
    margin-top: 17px;
    width: 100%;
    display: block;
}
@media screen and (max-width: 580px) {
    #footerWrapper {
        display: none;
    }
}

.box-main {
    text-align: center;
    padding: 40px 0;
    font-size: 12pt; 
}

.box-info {
    padding: 50px 0 10px 0;
    font-size: 12pt; 
}

.box-error {
    display: none;
    border: 1px solid #CC6258;
    background-color: #F8CCCB;
    margin: 10px 0 20px 0;
    padding: 10px;
    font-size: 12pt;
    color: #000;
    text-align: left; 
}

.site-info-box {
    border: 1px solid #e9f3f8;
    padding: 10px;
    margin: 40px 0;
    background-color: #ffffff;
    line-height: 20px;
    border-radius: 5px;
    font-size: 10pt;
}

.form-group .row {
    margin-bottom: 20px;
}