/* input:required {
  border-color: #800000;
  border-width: 3px;
}
*/
.form-control:focus{
	border-color: #ff2206 !important;
}