body {
    margin: 0;
    padding: 0;
}

.custom-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-wrapper {
    display: flex;
    flex: 1;
    max-width: 100%;
    height: 100%;
}

.signup-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    overflow-y: scroll;
    height: 100vh;
}

.left-section::-webkit-scrollbar {
    width: 8px;
    /* Set custom scrollbar width */
}

.left-section::-webkit-scrollbar-thumb {
    background-color: transparent;
    /* Set scrollbar thumb color to transparent */
}

.right-section {
    flex: 1;
    background-image: url('https://placehold.jp/400x400.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.signup-card {
    width: 400px;
    border-radius: 15px;
    padding: 20px;
    margin: 0 auto;
    background-color: transparent;
    width: 400px;
    /* Set a fixed width for the signup card */
    margin: 20px;
    /* Add margin for better spacing */
    scrollbar-width: thin;
    /* Add custom scrollbar width */
    scrollbar-color: transparent transparent;
    /* Set scrollbar color to transparent */
}

.signup-heading {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.form-group .caption {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

.form-group .input-container {
    display: flex;
}

.form-group .input-container input {
    flex: 1;
}

.form-group .input-container input:first-child {
    margin-right: 10px;
}

.form-group .input-container input[type="date"] {
    width: calc(100% - 10px);
}

.form-group .checkbox-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.form-group .checkbox-container input[type="checkbox"] {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.form-group .checkbox-container label {
    font-size: 12px;
    color: #555;
}

.signup-btns {
    backface-visibility: hidden;
    background: #C42414;
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.3;
    padding: 0.5rem 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transform: translateZ(0) scale(1);
    transition: transform .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
}

.signup-btns:disabled {
    color: #787878;
    cursor: auto;
}

.signup-btns:not(:disabled):hover {
    transform: scale(1.05);
}

.signup-btns:not(:disabled):hover:active {
    transform: scale(1.05) translateY(.125rem);
}

.signup-btns:focus {
    outline: 0 solid transparent;
}

.signup-btns:focus:before {
    border-width: .125rem;
    content: "";
    left: calc(-1*.375rem);
    pointer-events: none;
    position: absolute;
    top: calc(-1*.375rem);
    transition: border-radius;
    user-select: none;
}

.signup-btns:focus:not(:focus-visible) {
    outline: 0 solid transparent;
}

.signup-btns:not(:disabled):active {
    transform: translateY(.125rem);
}

.forgot-password {
    text-align: center;
    margin-bottom: 10px;
}

.forgot-password a {
    color: #000;
    text-decoration: none;
}

.register-link,
.continue-link {
    text-align: center;
    margin-top: 10px;
}

.register-link a,
.continue-link a {
    font-size: 14px;

}

.prev-button {
    text-decoration: none;
    /* Remove underline */
    color: #000;
    /* Text color */
    display: flex;
    /* Make the content inside the span a flex container */
    align-items: center;
    /* Center content vertically */
    cursor: pointer;
    font-size: 18px;
    padding-top: 5px;
}

.signup-options {
    text-decoration: none;
    /* Remove underline */
    color: #000;
    /* Text color */
    display: flex;
    /* Make the content inside the span a flex container */
    align-items: center;
    /* Center content vertically */
    cursor: pointer;
    user-select: none;
}

.prev-button box-icon {
    margin-right: 5px;
    /* Add spacing between the icon and text */
    font-size: 18px;
}



.checkbox-wrapper-8 .tgl {
    display: none;
}

.checkbox-wrapper-8 .tgl,
.checkbox-wrapper-8 .tgl:after,
.checkbox-wrapper-8 .tgl:before,
.checkbox-wrapper-8 .tgl *,
.checkbox-wrapper-8 .tgl *:after,
.checkbox-wrapper-8 .tgl *:before,
.checkbox-wrapper-8 .tgl+.tgl-btn {
    box-sizing: border-box;
}

.checkbox-wrapper-8 .tgl::-moz-selection,
.checkbox-wrapper-8 .tgl:after::-moz-selection,
.checkbox-wrapper-8 .tgl:before::-moz-selection,
.checkbox-wrapper-8 .tgl *::-moz-selection,
.checkbox-wrapper-8 .tgl *:after::-moz-selection,
.checkbox-wrapper-8 .tgl *:before::-moz-selection,
.checkbox-wrapper-8 .tgl+.tgl-btn::-moz-selection,
.checkbox-wrapper-8 .tgl::selection,
.checkbox-wrapper-8 .tgl:after::selection,
.checkbox-wrapper-8 .tgl:before::selection,
.checkbox-wrapper-8 .tgl *::selection,
.checkbox-wrapper-8 .tgl *:after::selection,
.checkbox-wrapper-8 .tgl *:before::selection,
.checkbox-wrapper-8 .tgl+.tgl-btn::selection {
    background: none;
}

.checkbox-wrapper-8 .tgl+.tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-wrapper-8 .tgl+.tgl-btn:after,
.checkbox-wrapper-8 .tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.checkbox-wrapper-8 .tgl+.tgl-btn:after {
    left: 0;
}

.checkbox-wrapper-8 .tgl+.tgl-btn:before {
    display: none;
}

.checkbox-wrapper-8 .tgl:checked+.tgl-btn:after {
    left: 50%;
}

.checkbox-wrapper-8 .tgl-skewed+.tgl-btn {
    overflow: hidden;
    transform: skew(-10deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.2s ease;
    font-family: sans-serif;
    background: #888;
}

.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:after,
.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:before {
    transform: skew(10deg);
    display: inline-block;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
}

.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
}

.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:active {
    background: #888;
}

.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:active:before {
    left: -10%;
}

.checkbox-wrapper-8 .tgl-skewed:checked+.tgl-btn {
    background: #86d993;
}

.checkbox-wrapper-8 .tgl-skewed:checked+.tgl-btn:before {
    left: -100%;
}

.checkbox-wrapper-8 .tgl-skewed:checked+.tgl-btn:after {
    left: 0;
}

.checkbox-wrapper-8 .tgl-skewed:checked+.tgl-btn:active:after {
    left: 10%;
}


@media (max-width: 841px) {
    .left-section {
        background-position: center calc(100% + 260px);
    }

}

@media (max-width: 700px) {
    .left-section {
        background-position: center calc(100% + 170px);
    }

}

@media (max-width: 500px) {
    .left-section {
        background-position: center calc(100% + 100px);
    }

}