div.registration_error {
	display: none;
	width: 100%;
	padding: 20px 40px;
}


section.registration form .form-group input {
	margin-bottom: 20px;
}
section.registration .form-group button.appointment-btn {
	margin-left: 0px;
	margin-bottom: 20px;
	border: 0px;
	min-width: 50%;
	max-width: 100%;
}



/*
div.registration_error::after, div.registration_error::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: .25rem !important;
  border: 1px solid #f5c2c7;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
div.registration_error::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
div.registration_error::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}
*/
