.backgroundmain{
    background: linear-gradient(to bottom, #59a6f8, #ffffff);
    margin: 0;
}
.header img {
    width: 150px;
}
.laranja,
.laranja2{
    color: #ff8800;
}
.login-container {
    width: 100%;
    max-width: 400px;
    padding: 2rem;
    background: linear-gradient(to bottom, #59a6f8, #ffffff);
    border-radius: .375rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.btn-orange {
    background-color: #ff6600;
    color: #ffffff;
    border: none;
}
.btn-orange:hover {
    background-color: #e65c00;
}
.btn-secondary {
    background-color: #6c757d;
    color: #ffffff;
    border: none;
}
.btn-secondary:hover {
    background-color: #5a6268;
}
.button-enter{
    background-color: #ff8800;
}
button span{
    color: #ff6600;
}
@media only screen and (max-width: 990px) {
    .borTop{
        border-top: 1px solid #dee2e6 !important;
    }
    .borBottom{
        border-bottom: 1px solid #dee2e6 !important;
    }  
    .footer {
        top: 370rem;
    }
    .backgroundmain h2{
        margin-top: 10rem;
    }
}