.login-outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.login-body {
    display: table-cell;
    vertical-align: middle;
}
.card-login {
    width: 100%;
    max-width: 380px;
}
.img-login {
    max-height: 80px;
    width: auto;
}

/* toastify */
.toast-close {
    font-family: "Times New Roman", Times, serif !important;
}
