﻿body.dark {
    background: #07111f;
    color: #ffffff;
}

    body.dark .container,
    body.dark .page,
    body.dark .login-wrapper,
    body.dark .right-panel,
    body.dark .form-box,
    body.dark .card {
        background: #0d1b2f !important;
        color: #ffffff;
    }

    body.dark h1,
    body.dark h2,
    body.dark h3,
    body.dark label {
        color: #ffffff !important;
    }

    body.dark .subtitle,
    body.dark .bottom-text,
    body.dark .footer {
        color: #aab7c8 !important;
    }

    body.dark input,
    body.dark select,
    body.dark textarea,
    body.dark .form-control {
        background: #10233d !important;
        color: #ffffff !important;
        border-color: #243a59 !important;
    }

        body.dark input::placeholder {
            color: #9fb0c3;
        }
