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;	
}
#captcha{
	/*border:4px solid #950400;
	border-radius:5px;*/
}
.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;
}

.form-group{
	margin-bottom: 0 !important;
}

@media screen and (max-width: 991px){
.form-autenticar{
	margin-top:20px;
}
.frm-style{
	margin-left:5px;
	margin-right:5px;
}
}

.btn-corp {
    background-color: #ffcc29 !important;
    color: #3f3e3e !important;
    border-radius: 10px !important;
    border-color: #ee8c17;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 30px;
}

.btn-corp:hover {
    background-color: #fef213 !important;
	border-color: #656565 !important;
}
