.account-page {
    padding: 60px 0;
}

.left-text-right-img {
    display: flex;
    gap: 47px;
    justify-content: end;
    height: 1020px;
    align-items: center;
}

.left-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 564px;
}

.right-img-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 960px; /* adjust as needed */
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 52.84%,
        #000000 100%
    ) !important;
	max-height: 100%;
    /* z-index: 1; */
    border-radius: 10px;
}
.right-img h3 {
    z-index: 99 !important;
    font-weight: 600;
}
.right-img {
    height: 100%;
    max-width: 1020px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 40px;
    background-color: rgb(0 0 0 / 25%);
    background-blend-mode: overlay;
    color: #fff;
    position: relative;
}

.right-img p {
    opacity: 0.8;
    max-width: 736px;
}

.acc_logo {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    text-align: center;
    position: relative;
}

.acc_logo .back-btn {
    position: absolute;
    left: 0;
    top: 26px;
    color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

.account_details h3 {
    font-weight: 600;
    margin-bottom: 10px;
}
.otp-dis-phone {
    white-space: pre-line;
}
.account_copyright {
    padding-top: 26px;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    line-height: 100%;
}

.account_details p {
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 60px;
}

.account_details .form-block input {
    border: 1px solid rgba(51, 51, 51, 0.2);
    width: 100%;
    padding: 10px 10px 10px 21px;
    height: 50px;
    line-height: 30px;
    border-radius: 100px;
    margin-bottom: 20px;
    font-size: 18px;
}

.account_details .form-block button {
    width: 100%;
    text-align: center;
    justify-content: center;
    position: relative;
    height: 50px;
    outline: 0;
    border: 0;
    margin-bottom: 24px;
}

.account_details .form-block button span {
    position: absolute;
    right: 5px;
}

.or-border hr {
    border-color: rgba(51, 51, 51, 0.1);
    opacity: 1;
}

.or-border {
    text-align: center;
    position: relative;
}

.or-border span {
    background: rgba(255, 255, 255, 1);
    position: relative;
    top: -28px;
    width: 40px;
    display: inline-block;
}

.account_details .form-block p {
    margin: 0;
    text-align: center;
    margin-top: 40px;
}

.account_details .form-block p a {
    color: var(--logo-color);
    font-weight: 500;
}
.account_details .form-block.otp-block p {
    text-align: left;
}
.copy-mobile {
    display: none;
}

.account_details .form-block .form-policy-text {
    margin: 0;
    text-align: left;
    margin-bottom: 24px;
    font-size: 16px;
}

.account_details .form-block .form-policy-text a {
    font-size: 16px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-otp-grid {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 55px; */
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 56px;
    gap: 10px;
}

.account_details .form-block .input-otp-grid input {
    border-radius: 20px;
    height: 100px;
    padding: 0;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    width: 100px;
}

@media screen and (min-width: 1025px) {
    .two-grid-input {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media screen and (max-width: 1024.99px) {
    .left-text-right-img {
        height: auto;
        flex-wrap: wrap;
    }

    .left-text {
        width: 100%;
        gap: 40px;
    }

    .right-img {
        max-width: 100%;
        width: 100%;
        height: 400px;
    }

    .copy-mobile {
        display: block;
        width: 100%;
    }

    .copy-desktop {
        display: none;
    }
}

@media screen and (max-width: 767.99px) {
    .right-img {
        padding: 20px;
    }

    .account-page {
        padding: 20px 0;
    }

    .acc_logo {
        padding-bottom: 25px;
    }

    .acc_logo img {
        width: 130px;
    }

    .acc_logo .back-btn {
        top: 19px;
    }

    .acc_logo .back-btn span {
        display: none;
    }

    .account_details p {
        margin-bottom: 30px;
    }
    .account_details .form-block .input-otp-grid input {
        width: 60px;
        border-radius: 10px;
        height: 60px;
    }
    .input-otp-grid {
        margin-bottom: 16px;
    }
    .account_details .form-block p {
        margin-top: 20px;
    }
}
