body.bg-manutencao {
    background: url('/arquivos/imagens/error/background.svg') no-repeat bottom right;
    background-size: cover;
    height: 100vh;
    margin: 0;
}

.logo img {
    height: 50px;
}

.text-wip {
    color: #28bafe;
}

a.bnt {
    text-decoration: none;
}

.btn-dev {
    background-color: #28bafe;
    border-color: #28bafe;
    color: #fff !important;
}

.btn-dev:hover {
    background-color: #22a0da;
    border-color: #22a0da;
}

@media (max-width: 700px) {
    body.bg-manutencao {
        background-position: bottom right;
    }

    .text-wip {
        color: #56595c;
    }
}
