h1{
	text-align:center;	
}
label{
	cursor:pointer;	
}
#divAutenticar{
	box-shadow:1px 1px 10px 5px;
	background:#FFF;
	border:1px solid #000;
	border-radius:10px;
	padding:20px 20px 20px 20px;	
}
.secuencia1{
	transition:1s;
	width:100%;
	overflow:hidden;
}
.secuencia2{
	transition:1s;
	width:0%;
	overflow:hidden;
}
.menuLogin{
	z-index:99;
    color: #31708f;
	cursor:pointer;
}
#flecha{
	transition:0.8s;
	-moz-transition:0.8s;
	-webkit-transition:0.8s;
	padding:0px;
	position: relative;
}
#span-atras > .bi {
	color: var(--color-primary);
	font-size: 20px;
}
@media screen and (max-width: 991px){
.form-autenticar{
	margin-top:20px;
}
.frm-style{
	margin-left:5px;
	margin-right:5px;
}
}
.mostrarOcultarPass {
    position: absolute;
    right: 5px;
    top: 7px;
    cursor: pointer;
    padding: 2px 10px;
    z-index: 900;
	text-decoration: none;
	color: rgb(90, 90, 90);
}

.mostrarOcultarPass:hover {
	color: rgb(65, 65, 65);
}

#footer{
	margin-top: 20px !important;
}