.login-box {
    background-color: white;
    box-shadow: 0 0 1px rgba(0,0,0,.2), 0 1px 3px rgba(0,0,0,.2);
}

.login-box > .login-logo {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
}

.card {
    box-shadow: unset;
}

footer {
    position: absolute;
    height: 30px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    text-align: center;
}

body.swal2-height-auto {
    height: 100vh !important;
}