/* PLACE YOU CUSTOM STYLES IN THIS FILE */

/* Fix for admin login/signup buttons */
.nk-form-btn {
    transform: none !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    display: block !important;
    width: 100% !important;
    margin-bottom: 1rem !important;
}

.nk-form-btn:last-child {
    margin-bottom: 0 !important;
}
