/* flipAha Logo*/
.flipaha-logo {
	font-size: 1.2em;
  }
  
.flip {
	font-family: 'Caveat', serif;
	font-weight: 400;
  }
  
.aha {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	/*text-transform: uppercase;*/
  }
  /* end */

  /* spinner modal */
#spinnerModal .modal-content {
	background-color: orange;
	/* border: none; */
	/* box-shadow: none; */
	}
	
#spinnerModal .modal-backdrop {
background-color: orange !important;
}

/* forms */
.fa-form label:not(.toggle)  {  
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
}
label.required:after {
  content:" *";
  color: #e32;
}
.fa-form .form-control {
  /* height: 52px; */
  background: #fff;
  
  font-size: 16px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

input.invalid, textarea.invalid {
  border: 1px solid #dc3545 !important;
}

.fa-form .form-control:focus, 
.form-control:active {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #3e64ff;
}