body {
    background-color: rgb(0, 78, 131);
    background-image: url('../img/pattern_h.png');
    height: 100%;
}

.container{
    margin-top: 30px;
}

.card {
    border: none !important;
}

.login-container {
    margin: auto;
    margin-top: 10%;
    width: 400px;
}

.column-hidden{
    display: none !important;
}