
.salon__form .hide {
display: none;
}

.salon__form [name="salon1"] {
display: none;
}

.salon__form [name="salon2"] {
display: none;
}

.salon__form #form_success {
	color: green;
}

.salon__form #form_error {
	color: red;
	animation: error-blinker 1s linear 3;
	margin: 0 0 15px 0;
	font-weight: bold;
}

.salon__form .form-group.label-right .label {
	display: flex;
	align-items: center;
	justify-content: left;
}