/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.form-control-small {
  border: none;
  width: 40%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  height: calc(2.85rem + 2px);
  color: #fff;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.4);
}
.form-control-small:focus {
  box-shadow: none;
  border: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.aid {
	color: #ffffff; 
	margin-top:10px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 1.0rem;
}