.validateSpan {
	display: none;
	float: none;
	z-index: 10000;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url('../img/jValidate.png') no-repeat center left;
	color: white !important;
	width: 200px;
	padding: 5px 10px 5px 18px;
	font-size: 1.2rem !important;
	border-radius: 0px 5px 5px 0px;
}

@media (max-width: 1024px){
 
    .validateSpan {
	display: none;
	float: none;
	z-index: 10000;
	position: absolute;
	top: 0px;
	right: 150px;
	background: transparent url('../img/jValidate.png') no-repeat center left;
	color: white !important;
	width: 200px;
	padding: 5px 10px 5px 18px;
	font-size: 1.2rem !important;
	border-radius: 0px 5px 5px 0px;
}
    
    
}