@charset "utf-8";
a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}
.leftimg { background: #66cafe;}
.formbox { background: #1157c7;}
.formbox h3 {color:#fff;}
.forminput { padding: 40px;}	
.form-control { font-size:18px;border-radius: 0;height: calc(1.8em + 0.75rem + 2px);}	
.subbtn { font-weight:bold; color: #002284; background: #fff;border-radius: 0;}	
.subbtn:hover { font-weight:bold; color: #002284; background: #fff;border-radius: 0;}	
.subbtn:active { font-weight:bold; color: #002284; background: #fff;border-radius: 0;}		
.form-group { margin-bottom: 10px; }	
.form-check-label{color:#fff;}	
	.error{
			border-color: red;
      color: red;
		}

		label {
 display:inline;
 
        margin-bottom: 0.5rem;
}
}


