/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

form.therapist_form {
	text-align: left;
	overflow: hidden;
	min-width: 520px;
	max-width: 100%;
}

form.therapist_form.displayed_home {
	margin-top: 15px;
	background-color: #fff;
	padding: 25px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

form.therapist_form > div {
	width: 100%;
	display: flex;
	align-items: stretch;
}

form.therapist_form > div > input {
	width: 100%;
	margin-bottom: 10px !important;
}

form.therapist_form > div > input:first-child {
	margin-right: 5px;
}

form.therapist_form > div > input:last-child {
	margin-left: 5px;
}

form.therapist_form > div > input:first-child:last-child {
	margin: 0;
}

form.therapist_form h3 {
	padding: 15px 25px;
	margin: -25px -25px 25px;
	color: #fff;
	background-color: #777777;
}

form.therapist_form:not(.displayed_home) h3 {
	display: none;
}

form.therapist_form select {
	width: 100%;
	margin-bottom: 10px !important;
}

form.therapist_form button {
	display: block;
	width: 100%;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	padding: 15px 25px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	color: #fff;
	background-color: #f28d16;
}
