@charset "utf-8";
/* CSS Document */



body {
	
	
	color: #000;
	

	font-family: 'Open Sans', sans-serif !important;
	

}

h3 {
	
	font-size: 1.5rem;
	line-height: 24px;
	color: #0057a4;

	
}
form{padding-top: 10px;}
#CEBWrapper {
	max-height: 240px;
	background: #fff;
	margin-left: 0;
	padding: 15px 15px 0px 15px;
	font-size: 18px;
	border-radius: 5px;
	height: 240px;
}
input[type=text]{
	background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
    width: 92%;
	border-radius: 8px;
    margin-bottom: 5px;
	padding: 8px !important;
}
input[type=submit] {
	background-color: #0057a4;
	color: #fff;
	border: none;
	padding-bottom: 10px !important;
	padding-top: 10px!important;
	border-radius: 5px;
	font-weight: bold;
	margin-top: 5px;
	width: 100%;
}
input[type=submit]:hover {
	background-color: #005b96;
	color: #fff;
}

h1 {
	color: #046937;
	margin-bottom: 5px;
	font-size: 1.1em;
	margin-top: 5px;
}
.CEBEnroll {
	padding-top: 13px;
	color: #fff;
}
.CEBEnroll a {
	color: #333;
	
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: .85em;
}
.CEBEnroll a:hover, .CEBEnroll a:active {
	text-decoration: underline;
	
}


#CEBWrapper .inputbox:active, #CEBWrapper .inputbox:focus {
	background: #fff;
	box-shadow: inset 2px 2px 5px 0px rgba(102,102,102,0.6);
}
#CEBWrapper label {
font-size: .9em;
	color: #000;
	padding-left: 15px;
}
/*.btn-info {
	background-color: #046937 !important;
}
.btn-info:hover {
	background-color: #218838 !important;
}*/