 
    .registration-page {
        min-height: 100vh;
        padding: 40px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background:
            radial-gradient(circle at 10% 20%, rgba(0, 160, 70, .20), transparent 30%),
            radial-gradient(circle at 90% 80%, rgba(0, 110, 50, .18), transparent 30%),
            linear-gradient(135deg, #f4fff7, #eef9f1);
    }


    .registration-wrapper {
        width: 100%;
        max-width: 1080px;
        display: grid;
        grid-template-columns: 40% 60%;
        background: #fff;
        border-radius: 28px;
        overflow: hidden;
        box-shadow: 0 25px 70px rgba(0, 80, 35, .14);
    }
    .registration-info {
        position: relative;
        padding: 50px 42px;
        display: flex;
        flex-direction: column;
        color: #fff;
        overflow: hidden;
        background:
            radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .12), transparent 25%),
            radial-gradient(circle at 10% 90%, rgba(255, 255, 255, .08), transparent 30%),
            linear-gradient(145deg, #006b2d, #008f35 55%, #005823);
    }

    .registration-info::before {
        content: "";
        position: absolute;
        width: 250px;
        height: 250px;
        border: 1px solid rgba(255, 255, 255, .15);
        border-radius: 50%;
        right: -120px;
        top: -80px;
    }

    .registration-info::after {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 50%;
        left: -100px;
        bottom: -70px;
    }

    .brand-area {
        position: relative;
        z-index: 2;
    }

    .brand-area img {
        width: 190px;
        max-width: 100%;
        height: auto;
        background: #fff;
        padding: 9px 14px;
        border-radius: 12px;
    }

    .info-content {
        position: relative;
        z-index: 2;
        margin-top: 70px;
    }

    .welcome-tag {
        display: inline-block;
        padding: 7px 13px;
        border: 1px solid rgba(255, 255, 255, .25);
        border-radius: 50px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1.5px;
        background: rgba(255, 255, 255, .08);
    }

    .info-content h1 {
        margin: 20px 0 15px;
        font-family: 'Montserrat', sans-serif;
        font-size: 44px;
        line-height: 1.1;
        font-weight: 800;
    }

    .info-content h1 span {
        display: block;
        color: #baff75;
    }

    .info-content p {
        max-width: 340px;
        margin: 0;
        font-size: 15px;
        line-height: 1.8;
        color: rgba(255, 255, 255, .78);
    }

    .info-points {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .info-points div {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 13px;
        color: rgba(255, 255, 255, .9);
    }

    .info-points i {
        color: #baff75;
        font-size: 16px;
    }

    .info-footer {
        position: relative;
        z-index: 2;
        margin-top: auto;
        font-size: 11px;
        color: rgba(255, 255, 255, .55);
    }
    .registration-form-area {
        padding: 48px 52px;
    }
    .form-header {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 25px;
    }

    .form-icon {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        color: #008c32;
        background: #eaffef;
        font-size: 20px;
    }

    .form-header h2 {
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        font-size: 27px;
        font-weight: 800;
        color: #163d26;
    }

    .form-header p {
        margin: 5px 0 0;
        font-size: 13px;
        color: #8b9790;
    }

    .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
        margin-bottom: 18px;
    }

    .form-group label {
        display: block;
        margin-bottom: 8px;
        font-size: 12px;
        font-weight: 700;
        color: #415148;
    }
    .input-box {
        height: 50px;
        display: flex;
        align-items: center;
        border: 1px solid #dce5df;
        border-radius: 12px;
        background: #fbfdfb;
        transition: .25s;
    }

    .input-box:focus-within {
        border-color: #009438;
        background: #fff;
        box-shadow: 0 0 0 4px rgba(0, 148, 56, .08);
    }

    .input-box>i {
        margin-left: 15px;
        color: #8a9a90;
        font-size: 14px;
    }

    .input-box input {
        width: 100%;
        height: 100%;
        border: 0;
        outline: 0;
        padding: 0 12px;
        background: transparent;
        font-family: 'DM Sans', sans-serif;
        font-size: 13px;
        color: #26352c;
    }

    .input-box input::placeholder {
        color: #a5aea8;
    }

    .password-toggle {
        border: 0;
        outline: 0;
        margin-right: 12px;
        background: transparent;
        color: #87968d;
        cursor: pointer;
    }

    .mobile-input {
        height: 50px;
        display: flex;
        border: 1px solid #dce5df;
        border-radius: 12px;
        overflow: hidden;
        background: #fbfdfb;
    }

    .mobile-input:focus-within {
        border-color: #009438;
        box-shadow: 0 0 0 4px rgba(0, 148, 56, .08);
    }

    .mobile-input select {
        width: 75px;
        border: 0;
        border-right: 1px solid #dce5df;
        outline: 0;
        padding: 0 10px;
        background: #f4faf5;
        color: #34443a;
        font-size: 13px;
    }

    .mobile-input input {
        flex: 1;
        min-width: 0;
        border: 0;
        outline: 0;
        padding: 0 14px;
        background: transparent;
        font-family: 'DM Sans', sans-serif;
    }

    .terms-check {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 22px 0;
        font-size: 12px;
        color: #66736b;
        cursor: pointer;
    }

    .terms-check input {
        width: 17px;
        height: 17px;
        accent-color: #008c32;
    }

    .terms-check a {
        color: #008c32;
        font-weight: 700;
        text-decoration: none;
    }



    .join-button {
        width: 100%;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        border: 0;
        border-radius: 14px;
        cursor: pointer;
        background:linear-gradient(135deg, #007d2d, #00a83e);
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 700;
        box-shadow: 0 10px 25px rgba(0, 130, 50, .20);
        transition: .25s;
    }

    .join-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 30px rgba(0, 130, 50, .28);
    }

    .join-button i {
        transition: .25s;
    }

    .join-button:hover i {
        transform: translateX(5px);
    }

    .login-text {
        margin-top: 20px;
        text-align: center;
        font-size: 13px;
        color: #8a948e;
    }

    .login-text a {
        margin-left: 5px;
        color: #008c32;
        font-weight: 700;
        text-decoration: none;
    }

    .login-text a:hover {
        text-decoration: underline;
    }

    @media (max-width: 850px) {
        .registration-wrapper {
            grid-template-columns: 1fr;
            max-width: 600px;
        }
        .registration-info {
            padding: 35px;
        }

        .info-content {
            margin-top: 35px;
        }

        .info-content h1 {
            font-size: 36px;
        }

        .info-points {
            display: none;
        }

        .info-footer {
            margin-top: 30px;
        }

    }

    @media (max-width: 600px) {

        .registration-page {
            padding: 20px 12px;
        }

        .registration-wrapper {
            border-radius: 20px;
        }

        .registration-info {
            padding: 28px 24px;
        }

        .brand-area img {
            width: 155px;
        }

        .info-content {
            margin-top: 30px;
        }

        .info-content h1 {
            font-size: 32px;
        }

        .info-content p {
            font-size: 13px;
        }

        .registration-form-area {
            padding: 30px 22px;
        }

        .form-header {
            margin-bottom: 25px;
        }

        .form-header h2 {
            font-size: 22px;
        }

        .form-row {
            grid-template-columns: 1fr;
            gap: 16px;
            margin-bottom: 16px;
        }

        .join-button {
            height: 52px;
        }

    }
  
.input-box select.form-control {
    width: 100%;
    height: 48px;
    padding: 0 40px 0 45px;
    border:none;
    border-radius: 12px;
    outline: none;
    background: #f9fbfa;
    color: #34443e;
    font-size: 13px;
    appearance: auto;
    transition: all 0.25s ease;
}

.input-box select.form-control:focus {
    border-color: #119866;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(17, 152, 102, 0.08);
}

.input-box select.form-control option {
    color: #34443e;
    background: #ffffff;
}

#nominee_name {
    width: 100%;
    height: 48px;
    padding: 0 45px;
    border:none;
    border-radius: 12px;
    outline: none;
    background: #f9fbfa;
    color: #263b33;
    font-size: 13px;
    transition: all 0.25s ease;
}

#nominee_name::placeholder {
    color: #a5afab;
}
#nominee_name:focus {
    border-color: #119866;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(17, 152, 102, 0.08);
}

@media (max-width: 767px) {
    .input-box select.form-control,
    #nominee_name {
        height: 46px;
    }

}
