/*==============================================
=            CSS especÃ­fico do tema            =
==============================================*/


/* Box Esqueci a senha */
#esqueci_senha {
	color: #666;
	font-size: 13px;
}

.esqueci_senha_box {
	display: none;
}

 .esqueci_senha_box.open {
	margin-top: 30px;
}

.btn.btn-gov {
	background: #1351b4;
	border: 1px solid #1351b4;
	border-radius: 100px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	padding: 8px 24px;
	text-align: center;
}

.btn.btn-gov:hover {
    background-color: #2670e8;
    border-color: #2670e8;
    color: #fff;
    text-decoration: none;
}

/*
.esqueci_senha_box {
	opacity: 0;
	height: 0;
	transition: all 300ms ease;
	display: none;
}
 .esqueci_senha_box.open {
	opacity: 1;
	height: 100%;
	margin-top: 30px;
	transition: all 600ms ease;
} */


/*=====  End of CSS especÃ­fico do tema  ======*/
