/*
Theme Name: Markaz Child
Theme URI: #
Template: astra
Author: Brainstorm Force
Author URI: #
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.7.1753077301
Updated: 2025-07-21 07:55:01

*/

/*********29-07-2025*********/
/* Login Pages Open */
.loginWrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    /* height: 100vh;
    max-height: 100vh; */
}

.loginWrapperLeft {
    display: block;
    width: 50%;
    max-width: 50%;
    padding: 0;
    margin: 0;
    /* height: 100vh;
    max-height: 100vh; */
}

.loginWrapperLeft img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.mobile-img,
.loginWrapperLeft img.mobile-img {
    display: none;
}

.loginWrapperRight {
    /* display:flex; */
    width: 50%;
    max-width: 50%;
    padding: 30px;
    margin: 0;
    height: 100vh;
    max-height: 100vh;
    /* flex-direction:row;
    flex-wrap:nowrap;
    align-items:center; */
    overflow: auto;
}

.loginWrapperRightInner {
    display: flex;
    width: 100%;
    /* max-width:525px; */
    padding: 0;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: wrap;
    /* align-items:center; */
    justify-content: center;
    height: 100%;
}

.loginWrapperRightInner h2 {
    width: 100%;
    color: #000;
    font-size: 40px;
    line-height: 1.2;
    font-family: var(--graveur-font);
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin: 10px 0 10px 0;
    text-align: left;
}

.loginWrapperRightInner p {
    text-align: left;
    margin: 0 0 20px 0;
    width: 100%;
}

.loginWrapperRightInner p a {
    text-decoration: underline;
    color: #000;
}

.loginWrapperRightInner p a:hover {
    color: #10AB9F;
}

.loginWrapperRightInner .text-field.about-subscription-form,
.loginWrapperRightInner .text-field.about-subscription-form input[type="submit"] {
    width: 100%;
}

.loginWrapperRightInner .text-field.about-subscription-form input[type="submit"] {
    margin-top: 20px;
}

.loginWrapperRightInner .text-field__label {
    display: block;
    margin-bottom: 8px;
}

.loginWrapperRightInner form {
    width: 100%;
}

.external-sso-buttons {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .5rem;
    margin-top: 1rem;
    width: 100%;
}

.external-sso-buttons a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    border: 1px solid #e5e5e5;
    border-radius: .25rem;
    color: #000;
    gap: .5rem;
    display: flex;
    width: 33.3%;
    align-items: center;
    padding: 15px 0;
}

#email-page-facebook-sign-in-button svg {
    fill: #1877f2;
}

.loginWrapperRightInner-parttwo .about-subscription-checkbox ul li label {
    font-family: var(--fira-font);
    font-size: 16px;
    line-height: 1.3;
    color: var(--black);
    font-weight: 600;
    padding-left: 5px;
}

.loginWrapperRightInner-parttwo .about-subscription-checkbox {
    width: 100%;
}

.loginWrapperRightInner-parttwo .about-subscription-checkbox ul li label::before {
    left: -5px;
}

.loginWrapperRightInner-parttwo .about-subscription-checkbox ul li input:checked+label:after {
    top: 0;
}

.loginWrapperRightInner-parttwo .about-subscription-checkbox p {
    font-family: var(--fira-font);
    font-size: 16px;
    line-height: 1.3;
    color: var(--black);
    padding-bottom: 0;
}

.loginWrapperRightInner-parttwo .about-subscription-checkbox ul li:last-child {
    padding-bottom: 25px;
}

.loginWrapperRightInner.loginWrapperRightInner-parttwo {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0;
    overflow: visible;
    height: auto;
}

.password-container {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.password-container input {
    width: 100%;
    padding-right: 50px;
    box-sizing: border-box;
    font-size: 16px;
}

.toggle-button {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: gray;
}

.divider-or {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
}

.divider-or::before {
    position: absolute;
    content: '';
    background: rgba(35, 31, 32, 0.2);
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.divider-or span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.loginWrapperRightInner .text-field.about-subscription-form input[type="submit"].nobg-submit {
    background: none;
    border: solid 2px #231F20;
    color: #231F20;
}

.loginWrapperRightInner .text-field.about-subscription-form input[type="submit"].nobg-submit:hover {
    background: #11A79D;
    border-color: #11A79D;
    color: var(--white);
}
.woocommerce-ResetPassword.lost_reset_password > p{
    padding-bottom: 20px;
}

/* Login Pages Close */