body.woocommerce-account .woocommerce {
    margin-top:50px;

    --wc-form-color-background : #000;
    --wc-form-border-width: 1px;
    --wc-form-border-color:#000;
    --wc-form-border-radius : 10px;
    --wc-form-color-text: white;
}

body.woocommerce-account #customer_login{
    position:relative;
    z-index:4;
    display: flex;
    gap: 20px;
}

body.woocommerce-account .woocommerce .col2-set .col-1, 
body.woocommerce-account .woocommerce .col2-set .col-2{
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.80) 0%, #111 22.12%);
    padding: 50px;
    border-radius: 5px;
    flex:1;
}

body.woocommerce-account .woocommerce form.login, 
body.woocommerce-account .woocommerce form.register {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

body.woocommerce-account .woocommerce .col2-set .col-1 h2, 
body.woocommerce-account .woocommerce .col2-set .col-2 h2{
    margin:0;
    padding:0;
    color: #44E5B5;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 34px; /* 106.25% */
    text-transform: uppercase;
    position:relative;
    padding-bottom: 10px;
    margin-bottom:25px;
}

body.woocommerce-account .woocommerce .col2-set .col-1 h2:after, 
body.woocommerce-account .woocommerce .col2-set .col-2 h2:after{
    width: 160px;
    height:4px;
    background:white;
    content:'';
    position:absolute;
    bottom:0;
    left:0;
}

body.woocommerce-account .woocommerce form .form-row {
    padding: 0;
    margin: 0 0 15px;
}

body.woocommerce-account .woocommerce form .form-row label, 
body.woocommerce-account  .woocommerce-page form .form-row label{
    color: #44E5B5;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px;
    display: block;
}

body.woocommerce-account .woocommerce-Button,
body.woocommerce-account .woocommerce-button{
    border-radius: 10px;
    background: #44E5B5;
    width: 100%;
    padding: 15px;
    border: none;
    outline: none;
    color: #0C2F2F;
    cursor:pointer;
    text-decoration: none;
    transition:all 0.25s;
    color: #0C2F2F;

    display: flex;
    align-items: center;
    gap:10px;
    justify-content:center;

    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
body.woocommerce-account .woocommerce-Button:hover,
body.woocommerce-account .woocommerce-button:hover{
    text-decoration: none;
    background-color: #1C3D3B;
    color: white;
}

body.woocommerce-account .woocommerce-LostPassword a{
    color: #44E5B5;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
body.woocommerce-account .woocommerce-LostPassword{
    margin-bottom: 0;
}
body.woocommerce-account .woocommerce-LostPassword a:hover{
    color: #44E5B5;
    text-decoration: underline;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
body.woocommerce-account .woocommerce form .form-row .input-text,
body.woocommerce-account .woocommerce form .form-row select{
    padding:13px;
}
body.woocommerce-account .woocommerce form .form-row .input-text:focus, 
body.woocommerce-account .woocommerce form .form-row select:focus {
    border-color: #44E5B5;
    outline: none;
}

body.woocommerce-account .cf-turnstile{
    text-align:center;
    margin-top: 20px;
}
body.woocommerce-account .woocommerce-form-login__rememberme{
    width: 100%;
    text-align: center;
}

/* --- */

body .theChampLogin {
    padding: 5px !important;
    border-radius: 5px;
}
.the_champ_social_login_title {
    display: none;
}

/* --- */

.skedul-form-wc-intro{
    margin-bottom:25px;
}
.skedul-form-wc-intro__title{
    color: #44E5B5;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
.skedul-form-wc-intro__text{
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.skedul-form-wc-intro__items{
    margin:10px 0 0 0;
    padding:0;
    list-style: none;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
}
.skedul-form-wc-intro__items li{
    display:flex;
    align-items:center;
    gap:6px;
}
.skedul-form-wc-intro__items li svg,
.skedul-form-wc-intro__items li i{
    color: #44E5B5;
    font-size: 18px;
}
.skedul-form-wc-intro__items li span{
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sk-form-privacy{
    color: white;

    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sk-form-privacy a{
    color: #44E5B5;
    text-decoration:none;
}
.sk-form-privacy a:hover{
    text-decoration:underline;
}

/* --- */

@media(max-width: 1024px){

    body.woocommerce-account #customer_login{
        flex-direction: column;
    }

}

@media(max-width: 768px){

    body.woocommerce-account .woocommerce {
        margin-top:20px;
    }

    body.woocommerce-account .woocommerce .col2-set .col-1{
        margin-bottom:30px;
    }

    body.woocommerce-account .woocommerce .col2-set .col-1, 
    body.woocommerce-account .woocommerce .col2-set .col-2 {        
        padding: 35px;
    }
}


/* ------------------ */

body.woocommerce-account form.lost_reset_password{
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.80) 0%, #111 22.12%);
    padding: 50px;
    border-radius: 5px;
    max-width: 800px;
    margin: 0 auto;
}
body.woocommerce-account form.lost_reset_password > p{
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin:0 0 10px 0;
}
body.woocommerce-account .woocommerce form.lost_reset_password .form-row{
    float: none;
    width: 100%;
}