.logo-container {
	margin-bottom: 15px;
}

.logo-empresa {
	max-width: 100%;
	height: auto;
}

/* MÓVIL */
@media ( max-width : 767px) {
	.logo-empresa {
		max-width: 180px;
	}
}

/* TABLET / PC */
@media ( min-width : 768px) {
	.logo-empresa {
		max-width: 240px;
	}
}

.step {
	display: none;
}

.step.active {
	display: block;
}

.margin-top {
	margin-top: 20px;
}

#altaUsuarioInfo {
	font-size: x-large;
	font-weight: bold;
}