@charset "utf-8";
/* CSS Document */

.row {
	margin-top: 30px;
}
.rowtop {
	margin-top: 60px;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0c8e36;
  border-color: #0c8e36;
}
.panel{
	  border-color: #0c8e36;
 }
 .alert-danger2 {
	background-color:#F00;
	color: #FFF;
}
.gradientlogin {
background: linear-gradient(#edebea, #766e78, #040921);
}
.white {
	color: #FFF;
}
.bg-padding {
	padding: 5px;
}
.bg-info2 {
	background-color: #F9F9F9;
	border-top: #D3D1D1 thin solid;
	border-bottom: #D3D1D1 thin solid;
	font-weight: bold;
	
}
.asterisk {
	font-weight: bold;
	color: #F00;
	font-size: 18px;
}