body {
    background-color: rgb(15, 20, 49) !important;
}

.login {
    height: 100vh;
}

#login-box {
    background-color: white;
    border-radius: 25px;
}

.mensagem {
    opacity: 0.8;
}

#login-colum {
    max-width: 300px;
}

.entrar {
    border-radius: 500px !important;
}