        .left-checkbox,
        .right-checkbox {
            flex-basis: 49%;
            /* แบ่งพื้นที่ให้กับแต่ละองค์ประกอบ */
        }

        .card {
            border-radius: 25px;
            height: 95vh;
            margin-top: 1rem;
            margin-bottom: 1rem;
            border: 10px solid #D3966C;
            display: flex;
            align-items: center;
            align-self: center;
            justify-content: center;
            align-content: center;
            flex-wrap: nowrap;
            flex-direction: row;
        }

        .form-control {
            border-radius: 50px;
        }

        input[type="radio"] {
            border: 1px solid #8E532A
        }

        button.btn.btn-outline-primary.w-100.py-8.fs-4.mb-4.rounded-50px {
            border: 5px solid #8E532A
        }

        a.text-primary.Sign-Up {
            font-weight: 800;
        }

        p.text-center {
            font-family: "K2D", sans-serif;
            font-size: 25px;
        }
