#login-blue-theme-v2-cdcb-reset-password {
    .cdcb-reset-password-content-container {
        margin: 0 16px 16px 16px;

        &>div {
            max-width: calc(488px * 2 + 16px + 24px * 2);
            margin: 0 auto;

            .cdcb-reset-password-form-card {
                width: 100%;
                gap: 24px;

                .form-card-body {
                    .lmn-form-group {
                        max-width: 488px;
                        margin-bottom: 24px !important;

                        &:last-child {
                            margin-bottom: 0 !important;
                        }
                    }
                }
            }
        }
    }
}

/* Media Queries Section Start */
@media screen and (min-width: 1264px) and (max-width: 1680px) {
    #login-blue-theme-v2-cdcb-reset-password {
        .cdcb-reset-password-content-container {
            margin: 0 32px 32px 32px;
        }
    }
}

@media screen and (min-width: 1681px) {
    #login-blue-theme-v2-cdcb-reset-password {
        .cdcb-reset-password-content-container {
            margin: 0 32px 32px 32px;
        }
    }
}

/* Media Queries Section End */