		
.btn-primary {
	background-color: #00ace8 !important;
	border-color: #00ace8;
	color: #FFFFFF;
}

.btn-primary:hover {
	background-color: #fcb902 !important;
	border-color: #fcb902;
	color: #FFFFFF;
}
	

.form-control {
	padding-left:unset;
	border:unset;
	border-bottom:1px solid silver;
	font-weight:600;

}

.form-control:focus, .form-control:hover {
	border-bottom:2px solid #005499;
	color:#005499;
	font-weight:600;

}


label {
	font-weight:normal;
	font-size:11px;
	color:rgba(0,0,0,0.8);
	margin-top:7px;	
	margin-bottom:3px;	
}


.ibox-content {
	padding:25px;
    border-color: #005499;
    border-style: solid;
    border-width: 1px;
}

input {
	min-height:30px !important;
}
