
.container{
	
	font-family: arial;
}
.row {
	padding: 0 0 .5em;
}

.stacked input, .stacked button, .stacked select, .stacked .btn-group {
	margin-bottom: .5em;
}


h1 {
	font-family: georgia;
}
h2{
	font-family: georgia;
}
h3{
	font-size: 20px;
	/*border-bottom: solid 1px;*/
	font-family: georgia;	
}
.checkbox + .checkbox{
	margin-top: 10px;
}

.form label{
	text-align: left;
	font-size: 14px;

}

form.fluid .input{
	width: 100%
}


.login-btn-group{
	
}

.forgotPassLink{
	margin: 0 0 24px;
	display: inline-block;

}


.center{
	text-align: center;
}





.submitter .jumbotron {
	height: 150px;
}

@media (min-width: 768px) {

.form label{
	text-align: right;
	font-size: 12px;

}

.form-group{
	margin-right: -15px;
}  

#LoginForm .has-feedback .form-control-feedback {
    position: absolute;
    top: 0px;
    right: 15px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}


.forgotPassLink{
	margin: 7px auto;
}


}
@media (min-width: 992px) {

#LoginForm h3{
	margin-top: 0;
}
#login-group{
	padding-right: 12px;
	text-align: right;
}
#createAcctGroup{
	text-align: right;	
}
.row .no-pad-r{
	padding-right: 0;
}.row .no-pad-l{
	padding-left: 0;
}

  

}
@media (min-width: 1200px) {
  
}




/**
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @author      http://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */

.bv-form .help-block {
    margin-bottom: 0;
}
.bv-form .tooltip-inner {
    text-align: left;
}
.nav-tabs li.bv-tab-success > a {
    color: #3c763d;
}
.nav-tabs li.bv-tab-error > a {
    color: #a94442;
}
#resetPassForm .modal-body{
    padding:15px;
}
#resetPassForm .modal-body label{
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}
#resetPassForm .modal-footer{
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right;
    margin-top:0;
}
#resetPassForm .modal-body p{
    margin: 0 0 10px;
}