
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

.background-login{
    background-image: url("../img/fundo_light.png");
    background-size: cover;           /* Faz a imagem cobrir toda a tela */
    background-repeat: no-repeat;     /* Evita repetição da imagem */
    background-position: center;      /* Centraliza a imagem */
    background-attachment: fixed;     /* Mantém o fundo fixo ao rolar */
    width: 90vw;                     /* Largura total da tela */
    height: 90vh;
}

.background-body{
    background-image: url("../img/byd.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
