body {
    background-color: transparent;
    background-image: radial-gradient(at center center,#fba052 0%,#f58220 100%);
}

.help {
    border-left: 4px solid #F0C222;
}

footer div a {
    color: #222c78 !important;
}

.btn-voltar, .btn-entrar {
    background: #222c78 !important;
}

input[type="text"]:focus {
    border-color: rgb(255 171 21 / 80%);
}