.form-container {
  position:fiexd;
  width:50%;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #E8E1E1;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.floatRight{
	float:right;
	margin-right: 18px;
}

.floatLeft{
	float:left;
	margin-right: 18px;
}

.has-error{
	color:#D60B2D;
}

.sar-helper-text{
	color: #64798a !important;
	font-weight: normal;
	
}
.sar-black-text{
	color: #333F48 !important;
}

.success{
  position:fiexd;
  width:50%;
  margin-left: 50px;
  margin-top:20px;
  padding: 20px;
  background-color: #E8E1E1;
  border: 1px solid #ddd;
  border-radius: 4px;
}