@media only screen and (max-width: 767px) {
    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }




    .log-wrapper {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        max-height: 100vh;
        height: 100%;
        display: flex;
        overflow-y: scroll;
        justify-content: center;
        align-items: center;
        padding-inline: 0px;
        padding-block: 15px;
    }

    .log-wrapper .content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        border-radius: 10px;
        padding: 15px;
    }

    .log-wrapper .content .form-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .log-wrapper .content .form-content .header-text {
        margin-bottom: 20px;
    }

    .log-wrapper .content .form-content .header-text .welcome-title {
        font-size: 25px;
    }

    .log-wrapper .content .form-content .header-text p.subhead {
        font-size: 14px;
    }



    .otp-inputs .otp-digit {
        width: 43px;
        height: 43px;

    }

    .otp-inputs .otp-digit:focus {
        border: 1px solid var(--cabinet-font);
        border-radius: 30px !important;
    }


    .forgot-password {
        display: flex;
        align-items: end !important;
        justify-content: end !important;
        margin-top: -15px;
        margin-right: 10px;
    }

    .forgot-password a {
        font-size: 14px;
    }

    .auth-buttons {
        padding-inline: 0px;
    }





    .log-footer p {
        line-height: 15px;
        font-weight: 500;
        font-size: 13px;
    }

    .log-footer span {
        /* color: red; */
        font-weight: 600;
    }

    .form-content form .resend-text {
        margin-top: 15px;
        font-size: 14px;
        gap: 6px;
    }


    .log-image {
        display: none;
    }

}
