.login-page{
	background-image: url(/app/img/fundo_tela.png) !important;
    background-size: auto 100%;
    background-repeat: round no-repeat;	
}

@media (max-width : 1024px) {
    
    .login-page{
        background-repeat: space;
    }

}

@media (max-height : 560px) {
    
    .login-footer{
        bottom: auto !important;
    }

}

.login-box{
  position: relative;
}

.login-box-body{
   /* width: 500px !important; */
    background-color: #f1f1f1 !important;
    border-radius: 20px !important;
}

.login-footer{
	background: #3c8cbb;
    padding: 7px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.login-footer:before{
	opacity: 0.6;
    background-image: url(/app/img/fundo_footer.png);
}

.copyright a{
	color: #f3b22e
}

.copyright a:hover{
	color: #fff;
}

.helpdesk-telefone{
	font-size: 18px;
}