@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;700&display=swap');
body, * {
    font-family: 'Figtree', sans-serif !important;
}
#par_table_tableLogin td {
    vertical-align: middle;
}
#par_table_tableLogin {
	background: transparent !important;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

#par_table_tableLogin label {
    display: inline-block;
    padding-bottom: 4px;
     padding-top: 10px; /* Adjust value as needed */
}
#par_table_tableLogin .ui-form-button-submit {
    background-color: #4C9A2A !important;
    color: white !important;
    width: 100% !important;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 15px;
    font-weight: 700 !important;
    border: none !important;
   transition: background-color 0.3s ease, transform 0.2s ease !important;
   }
#par_table_tableLogin .ui-form-button-submit:hover {
    transform: scale(1.02);
   }
   
#par_table_tableEsqueciSenha td {
    vertical-align: middle;
}
#par_table_tableEsqueciSenha {
    width: 100%;
    height: 100%;
    table-layout: fixed;
     position: relative;
     background: transparent !important;
    
}
#formReset > table {
	 border: none !important;
    background: transparent !important;
}
#formLogin > table {
	 border: none !important;
    background: transparent !important;
}
#par_table_tableEsqueciSenha label {
    display: inline-block;
    padding-bottom: 4px;
     padding-top: 10px; /* Adjust value as needed */
}
#par_table_tableEsqueciSenha .ui-form-button-submit {
    background-color: #4C9A2A !important;
    color: white !important;
    width: 100% !important;
    border-radius: 10px;
    margin-top: 100px;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 15px;
    font-weight: 700 !important;
    border: none !important;
   transition: background-color 0.3s ease, transform 0.2s ease !important;
   }
#par_table_tableEsqueciSenha .ui-form-button-submit:hover {
    transform: scale(1.02);
   }
.green_link {
    color: #4C9A2A !important;
}

.green_link:visited {
    color: #608D3F !important;
}
.green_link:hover {
    color: #58B630 !important;
}
.green_link:active {
    color: #2F6B19 !important;
}
.logo-container {
    display: flex;
    justify-content: flex-end; /* aligns content to the right */
    align-items: center;
    height: 425px;
}
.form-title {
    font-weight: bold;
    color: #333;
    text-align: center;
    font-size: 1.2em;
  	
}

.red_link {
	font-size: 22px;
	font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: red;
	text-align: center;
}


.p-relative {
	position: relative;
}

.p-absolute {
	position: absolute;
}

#recaptch {
	position: absolute;
	bottom: 130px;
	left: 4.8rem;
	width: fit-content;
}

#msgErroIncluirTexto {
	position: relative;
	width: 88%;
	margin: auto;
}