/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.elementor-form-help-inline{
	position: absolute;
    bottom: -30px;
}
@keyframes rotete{
		-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
	from   { transform: rotate(360deg);} to{ transform: rotate(360deg);}
//	transition-duration: 5s;
}

.rotet img{
animation-name: rotete;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;

}
input:invalid{
	//display: none!important;
}
input:invalid ~ .requirements {
		display: none;

   // transition-delay: 1s;
  }
input:valid{
	//display: none;
}
.c-validation{
	display: none;
}
