    body {
        background-color: #053665;
        font-family: 'Poppins', sans-serif !important;
    }

    .page-wrapper.full-page {
        background-color: #053665;
    }

    .registration-link {
        margin-top: 1rem;
        text-align: center;
    }

    .registration-link a {
        color: #053665;
        text-decoration: none;
        font-weight: 500;
    }

    .registration-link a:hover {
        text-decoration: underline;
    }
