@media screen and (max-width : 375px) {
    .grocerLogo {
        margin-top: 25px;
    }

    .fontSize32 {
        font-size: 24px;
        line-height: 30px;
    }

    .loginBtn {
        margin-top: 20px;
        padding: 15px 50px;
    }

    .followus_Parent {
        margin-top: 20px;
    }

    .form__label {
        left: 55px;
        font-size: 14px;
    }

    .have_Account {
        font-size: 14px;
    }

    /* Verification Code Css */

    .verifyCode_Input {
        font-size: 14px;
        padding: 16px 10px 16px 10px;
    }

    .verifyCode_Input::placeholder {
        font-size: 12px;
    }

    .otp-field input {
        height: 45px;
        max-width: 45px;
        width: 100%;
        border-radius: 15px;
        font-size: 16px;
    }

    .otp-field {
        column-gap: 8px;
    }

    .otp-field {
        flex-direction: row;
        column-gap: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
    }

    .sendCodeBtn {
        padding: 15px 65px;
    }

    /* End Verification Code Css */

    /* Start Reset Password Css */

    .changePass_Btn {
        padding: 15px 20px;
        font-size: 14px;
    }

    /* End Reset Password Css */

    /* Start Business Details Css */

    .business_EmailInput {
        padding: 12px 0px 12px 55px !important;
    }

    .continueBtn {
        padding: 12px 50px !important;
    }

    /* End Business Details Css */
}

/* Forget Password Media Screen */
@media screen and (max-width : 1400px) and (min-width : 376px) {
    .registered_Email {
        padding: 0px 20px;
    }
}

@media screen and (max-width : 375px) {
    .main_heading {
        font-size: 20px;
    }

    .registered_Email {
        padding: 0px;
        font-size: 14px;
    }

    .email_Input_Logo {
        left: 12px;
    }

    .email_Input {
        padding: 16px 0px 16px 55px;
    }

    .sendCodeBtn {
        font-size: 14px;
    }

    .loginForm {
        padding: 25px;
    }
}

@media screen and (max-width : 576px) and (min-width : 375px) {
    .main_heading {
        font-size: 24px;
    }
}


@media screen and (max-width : 768px) {
    .loginpage {
        background-size: cover;
        padding: 0px 0px 60px;
    }

    .loginForm {
        margin-top: 65px;
    }
}

@media screen and (max-width : 468px) {
    .line {
        margin-left: 9px;
        color: rgba(122, 122, 122, 1);
    }

    /* Start Business Details Css */
    .address_Input {
        padding: 12px 0px 12px 15px;
        font-size: 14px;
    }

    .nationality_Input {
        display: block;
        align-items: center;
    }

    .country_Input {
        margin-right: 0px;
    }

    .city_Input {
        margin-top: 15px;
    }

    .business_Details_form {
        margin-top: 15px;
        padding: 15px 40px;
        height: calc(100vh - 200px);
        overflow: auto;
    }
    .business_Subheading {
        margin-bottom: 10px;
    }

    .business_EmailInput {
        padding: 12px 0px 12px 75px;
        font-size: 14px;
    }

    .business_EmailInput::placeholder {
        font-size: 12px;
    }

    .address_Input::placeholder {
        font-size: 12px;
    }

    .create_Account {
        color: rgba(0, 59, 35, 1);
        font-weight: 600;
        margin-top: 15px;
    }

    .continueBtn {
        padding: 15px 60px;
        font-weight: 600;
        margin-top: 25px;
    }

    /* End Business Details Css */
}

@media screen and (max-width : 399px) {
    .followus_Parent {
        bottom: 10px;
    }
}








