/*   
Theme Name: 
Theme URI:
Description:
Author: 
Author URI: 
*/


.form__message {
	display: none;
	padding: 10px;
	background: #27af1a;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	border-radius: 10px;
}

input {
	transition: all .3s;
}
.form__label:after {
	transition: all .3s;
}
.form__label._error:after {
	border-color: #f22020 !important;
}