        body {
            background-color: white;
        }

        .full-center {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .card-header {
            background-color: white;
            color: white;
            font-family: Cooper;
            font-size: 35px;
            text-align: center;
        }

        @media (max-width: 768px) {
            .card-header {
                font-size: 24px !important;
                padding: 15px !important;
            }

            .card-body {
                padding: 1rem !important;
            }

            .btn {
                width: 100%;
            }

            .form-control {
                font-size: 16px;
            }

            label {
                text-align: left !important;
            }
        }