
.container{
    height: 100%;
    align-content: center;
}

.card{
    margin-top: auto;
    margin-bottom: auto;
    box-shadow: none !important; 
    border: none !important;
    border-radius: none !important;
}

.login-box, .register-box
{
    overflow: hidden;
    
    padding: 1em 1em 2em;
    border-radius: 0.2rem; 
}

.login-card-body{
    padding: 2em 0 1em !important;
}

.card-footer{
    background-color: rgb(255 255 255) !important;
}

@media only screen and (min-width : 480px)
{
    .login-box, .register-box
    {
        min-width: 400px;
    }
}
