
.bg-authentication-1{
	background-image: url('/images/registro/01.png') !important; background-size: cover;
	transition: background-image 2s;
}
.bg-authentication-2{
	background-image: url('/images/registro/02.png') !important; background-size: cover;
	transition: background-image 2s;
}
.bg-authentication-3{
	background-image: url('/images/registro/03.png') !important; background-size: cover;
	transition: background-image 2s;
}


.giro-label{
	font-weight: 500;
	margin: auto 0.5em;
}

@media (max-width: 768px) {
	.giro-label{
		font-size:10px !important;
		text-align: center;
		margin: 0.5em auto;
	}
}