/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

.logo-img.logo-mh-40 {
    min-height: 40px;
}

.card-qr {
    min-height: 378px;
}

@media (min-width: 1540px) {

    .nk-split .nk-auth-body,
    .nk-split .nk-auth-footer {
        margin-left: 90px;
    }
}

[data-animate="fade-out"] {
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}

[data-animate="fade-out"].hidden {
    opacity: 0;
    visibility: hidden;
}