:root{
    --bd-dark-color: #254d6a;

    --bg-dark-color: #5b8fab;
    --bg-light-color: #cfdce3;
    
	--font-white-color: #ffffff;
    --font-dark-blue-color: #254d6a;
    
    --bg-btn-danger-color: #f5d3d3;
	--bg-btn-dark-color: #68aace;
    --bg-btn-hover-color: #285269;

}
/*
    CORES USADAS NA EXTRANET
COR AZUL ESCURO BORDAR      : #254d6a;
COR AZUL ESCURO FUNDO CAMPO : #5b8fab;
COR AZUL CLARO  FUNDO CAMPO : #cfdce3;

COR AZUL ESCURO FONTE       : #254d6a;
COR BRANCA FONTE            : #ffffff;
COR AZUL ESCURO BOTAO       : #5cb2e0;
COR AZUL ESCURO BOTAO HOVER : #285269;
COR ROSA LIGHT DANGER       : #f5d3d3;
*/
/* ==================== Alteração feita 06/06/2022 ======================= */

.jumbotron{
	width: 370px;
    margin: auto;
    margin-top: 7%;
	margin-left: 30%;
    margin-bottom: 5%;
	border-radius: 10px;
	background: var(--bg-light-color);
    padding-left: 30px !important;
}
.container .jumbotron{
	padding-left: 30px !important;
}
.jumbotron .g-recaptcha {
	width: 280px;
}
input{
	text-align: center;
	margin-left: 10px;
}
.login{
	margin-top: 15px;
	margin-bottom: 15px;
}
.botao{
	height: 50px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.linhaLogin,.lineTop,.lineBottom{
	background: var(--bg-dark-color);
	border-radius: 10px;
}
.lineTop,.lineBottom{
	background: var(--bg-dark-color);
	border-radius: 10px;
	width: 370px;;
	height: 50px;
	margin-left: -30px;
}
.lineTop{
	margin-top: -47px;
}
.lineBottom{
	margin-bottom: -60px;
}
.rowHeader,.rowFooter{
	background-color: var(--bg-dark-color);
}
.rowFooter {
	height: 62px;
	font-size: 16px;
	line-height: 62px;
	text-align: center;
	color: var(--font-white-color);
}
/* ================== Fim da alteração feita 06/06/2022 ======================= */
