body{
    background-color: #14213D;
}
.tela{
    width: 100vw;
    height: 100vh;
}
.logo{
    width: 12rem;
    height: 7rem;
}
.cardFundo{
    background-color: #14213D;
    width: 25rem;
}
.btn custom-green{
    background-color: #28a745; /* Cor verde personalizada */
    color: white;
}

@media only screen and (max-width: 990px) {
    .borTop{
        border-top: 1px solid #dee2e6 !important;
    }
    .borBottom{
        border-bottom: 1px solid #dee2e6 !important;
    }
    .footer{
        top: 230rem;
    }    
}