.form-alert {
	color: #b50303;
	display: none;
	font-size: 14px;
}

.btn-confirm {
	margin-top: 10px;
	max-width: 130px;
	white-space: normal;
	font-weight: bold;
	font-family: 'ralewaybold';
	color: white !important;
	background-color: #3fa8f4 !important;
	border-color: #3fa8f4;
	box-shadow:none;
	text-shadow:none;
  line-height: 18px !important;
  padding: 14px 45px !important;
}

.wait {
	background-color: #cdcdcd;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: .7;
  text-align: center;
  vertical-align: middle;
}

.fa-spinner {
    position: relative;
    vertical-align: middle;
    top: 50%;
}