/* ADD FEV2025 */

body {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	background-size: cover;
}

.po-page-login-header-product-name h1 {
	font-weight: 600;
    color: #821C11;	
}

.po-page-login-header-welcome {   
    font-weight: 600;
    color: #C49B53;
}

.po-page-login-recovery-link a,
.po-page-login-register-link a {
	color: #821C11;
}

.po-page-login-panel-content {
    background: url(../img/bg.png) no-repeat center center;
	background-size: cover;
	max-width: 450px;
    border-radius: 20px;
    margin: 30px auto;
    padding: 15px;	
}

.po-page-login-container {/**/
	background: transparent;
}


.po-button {	
	transition: all .25s;
    margin-top: 10px;
}


.po-button[p-kind=primary] {
    color: #c49b53;
    /*background-color: var(--color);*/
    box-shadow: var(--shadow);    
	border: 2px solid #c49b53 !important;
	background: linear-gradient(to right, #fff 50%, #efefef 50%);
	background-size: 200% 100%;
	  border-radius: 50px;
}

.po-button:hover,
.po-button:hover:focus {
	color: white !important;
	background: #c49b53 !important;
	transform: scale(1.05);
	border-color: transparent;
}

/*.po-page-login-header-product-name {
    background: url(https://portal.fundasp.org.br/FrameHTML/web/app/edu/PortalEducacional/login/assets/img/custom/logos-entidades.png) center bottom no-repeat;
    padding-top: 20px;
    padding-bottom: 95px;
    background-size: 95%;
    margin-bottom: 45px;
}*/

.po-page-login-recovery-link {
    background: url("../img/logos-login/logos-entidades.png") center bottom no-repeat;
    padding-bottom: 90px;
    background-size: contain;
    max-width: 360px;
	margin: 15px auto;
}

.po-page-background-main-logo-image, .po-page-background-footer {
	display: none;
}

.po-page-background-main-logo {
    width: 100%;
    height: 100px;
    background: url("../img/logos-login/logo-responsivo.png") center no-repeat;
    background-size: contain;
    padding: 0; 	
}
