/*
Theme Name: Atl Hubspot
Author: MalachiLabs
Description: Generated from static HTML theme
Version: 1.0
*/

/* Add your custom styles here */

.z-index-priority {
    z-index: 100 !important;
}
.no-img-content{
    margin: 0;
}


/* login form Style */

p.login-username label,
p.login-password label {
    margin-bottom: 10px;
        font-size: 18px;
            color: rgba(var(--n2), 1);
    font-weight: 400;
}
p.login-username input,
p.login-password input {
    border: 1px solid transparent;
    width: 100%;
    padding: .75rem 1rem !important;
    border-radius: var(--bs-border-radius-sm) !important;
    background-color: rgba(var(--s1), 1);
    gap: .5rem !important;
    box-sizing: border-box;
}
p.login-submit #wp-submit{
    margin-top: 10px;
    background-color: rgba(var(--p6), 1);
    border-color: rgba(var(--n2), 0.1) !important;
    color: rgba(var(--n1), 1);
    width: 100% !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
        font-size: 20px;

}
.cf-turnstile{
    text-align: center;
    padding: 10px 0px;
}

.team-section{
    background-color: rgba(var(--n2), 1);
}

.group-type-business .banner-section {
    display: none;
}
.header-section{
    z-index: 100 !important;
}
.radio.group-status-type{
    display:none;
}
.mfw-product-meta-membership-wrap{
    background-color: #fff;

}
.mfw-product-meta-membership-wrap b{
  font-size: 12px !important;
    color: rgba(var(--n2), 1);
    font-weight: 600;
    
}