@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
.KhetiText {
    position: absolute;
    width: 233px;
    height: 60px;
    left: 820px;
    top: 70px;
    font-family: League Spartan;
    font-style: normal;
    font-weight: 900;
    font-size: 65px;
    line-height: 60px;
    color: #0C8D48;
}
 
.InfoText {
    position: fixed;
    width: 900px;
    height: 23px;
    left: 670px;
    top: 160px;
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 23px;
    color: #00388C;
}

.Line {
    position: absolute;
    width: 80px;
    height: 0px;
    left: 107px;
    top: 342px;
    border: 3px solid #000000;
}

.Username {
    position: absolute;
    width: 43px;
    height: 21px;
    left: 107px;
    top: 422px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14.5px;
    line-height: 21px;
    color: #000000;
}

.UsernameBox {
    box-sizing: border-box;
    position: absolute;
    width: 245px;
    height: 48px;
    left: 107px;
    top: 457px;
    background: #FAFDFF;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    outline: none;
    font-family: 'Poppins', sans-serif; /* Apply Poppins to input text */
}

    .UsernameBox::placeholder {
        text-indent: 10px;
        font-family: 'Poppins', sans-serif; /* Poppins font for placeholder */
        font-style: normal;
        font-weight: 400;
        font-size: 14.5px;
        line-height: 28px;
        letter-spacing: 0.25px;
        color: #000000;
        opacity: 0.4;
    }

    .UsernameBox[type="text"] {
        text-indent: 9.5px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14.5px;
        line-height: 28px;
        letter-spacing: 0.25px;
    }


.Password {
    position: absolute;
    width: 200px;
    height: 21px;
    left: 366px;
    top: 417px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14.5px;
    line-height: 21px;
    color: #000000;
}

.PasswordBox {
    box-sizing: border-box;
    position: absolute;
    width: 245px;
    height: 48px;
    left: 366px;
    top: 457px;
    background: #FAFDFF;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    outline: none;
}

    .PasswordBox::placeholder {
        padding-left: 10px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14.5px;
        line-height: 28px;
        letter-spacing: 0.25px;
        color: #000000;
        opacity: 0.4;
    }

    .PasswordBox[type="text"] {
        font-size: 14.5px;
        text-indent: 9.5px;
        font-family: 'Poppins';
    }

.PN {
    position: absolute;
    width: fit-content;
    height: 21px;
    left: 107px;
    top: 531px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14.5px;
    line-height: 21px;
    color: #000000;
}

.PNBox {
    box-sizing: border-box;
    position: absolute;
    width: 504px;
    height: 48px;
    left: 107px;
    top: 566px;
    background: #FAFDFF;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    outline: none;
}

    .PNBox::placeholder {
        text-indent: 10px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14.5px;
        line-height: 28px;
        letter-spacing: 0.25px;
        color: #000000;
        opacity: 0.4;
    }

    .PNBox[type="text"] {
        font-size: 14.5px;
        font-family: 'Poppins';
        text-indent: 9.5px;
    }

.Arrow {
    /* Vector */
    position: absolute;
    left: 135px;
    top: 720px;
    width: 20px;
    height: 20px;
    background: none;
    pointer-events: none;
}

    .Arrow:hover {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }

    .Arrow:active {
        transform: scale(0.9);
        transition: all 0.2s ease;
    }

.Arrow {
    transition: all 0.5s ease;
}

.ContinueButton {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 107px;
    top: 692px;
    background: rgba(74, 194, 44, 0.68);
    box-shadow: 0px 10px 30px #FFB7D5;
    border-radius: 35px;
    outline: none;
    border: none;
}

    .ContinueButton:hover {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }

    .ContinueButton:active {
        transform: scale(0.9);
        transition: all 0.2s ease;
    }

.ContinueButton {
    transition: all 0.5s ease;
}


.PartnerButton {
    position: absolute;
    width: 174px;
    height: 64px;
    left: 879px;
    top: 311px;
    box-shadow: 0px 20px 50px rgba(55, 69, 87, 0.1);
    border-radius: 24px;
    /* Kheti Partner */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 27px;
    color: #01AA4F;
    background: #FFFFFF;
    outline: none;
    border: none;
}

    .PartnerButton:hover {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }

    .PartnerButton:active {
        transform: scale(0.9);
        transition: all 0.2s ease;
    }

.PartnerButton {
    transition: all 0.5s ease;
}


.ConsumerButton {
    position: absolute;
    width: 202px;
    height: 64px;
    left: 1135px;
    top: 311px;
    background: #01AA4F;
    box-shadow: 0px 20px 50px rgba(55, 69, 87, 0.1);
    border-radius: 24px;
    /* Kheti Consumer */


    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 27px;
    color: #01AA4F;
    background: #FFFFFF;
    outline: none;
    border: none;

}

    .ConsumerButton:hover {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }

    .ConsumerButton:active {
        transform: scale(0.9);
        transition: all 0.2s ease;
    }

.ConsumerButton {
    transition: all 0.5s ease;
}
.selected{
    border: 3.5px solid #01AA4F;
}
