#content-lock {
    background: #fff;
    text-align: center;
    padding: 10px;
    box-shadow: 0 -17px 21px 10px #fff;
    z-index: 1;
    display: block;
    position: relative;
    margin-bottom: 40px;
}
#content-lock .login {
    display: block;
    margin: 0 auto;
    width: 100%;
}
#content-lock .login .form-group {
    margin: 10px;
    width: 100%;
}
#content-lock .login .form-group input[type="text"], #content-lock .login .form-group input[type="password"], #content-lock .form-group input[type="password"],  #lp_marketing_form .form-group input[type="password"] {
    width: 90%;
    margin: 0 auto;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#content-lock .login .form-group>div {
    width: 90%;
    margin: 0 auto;
}
#content-lock .login .form-group input[type="submit"]:hover {
    background-color: rgb(33 33 33 / 62%);
}
#content-lock .button {width: 90%;}
#content-lock a.button {color:white;text-decoration: none;}

.fb-button-main-element {
    width: 100% !important;
    height: 30px !important;
}
.fb-login-button
{ background-color: rgb(26, 119, 242)}
@media (min-width: 768px) {
    #content-lock .login {
        width: 100%;
        max-width: 400px;
    }
}
input[name="lp_usermeta_submit"]{
    margin-top: 20px;
}
.otherInformation {
    display: none;
}
input[name="lp_marketing"]:checked ~ .otherInformation {
    display: block;
}
.otherInformation.active {
    display: block;
}
.switch-checkbox {
    display: none !important;
}
label>span {
    display: inline-block;
    font-size: 12px;
}
.switch-label {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 34px;
    background-color: #ccc;
    border-radius: 34px;
    cursor: pointer;
    float: left;
    margin-right: 7px;
    top: 7px;
}
.switch-label+label {
    text-align:left;
}
.switch-label:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

.switch-checkbox:checked + .switch-label {
    background-color: #3f4d62;
}

.switch-checkbox:checked + .switch-label:before {
    transform: translateX(16px);
}

.lp-tabbed {
    display: none;
}
.lp-tabbed.lp-active {
    display: block;
}

.lp-viewed {
    background-color: #e0e0e0;
}
.lp-viewed .listing-item__header {
    background-color: #e0e0e0 !important;
}
.otherInformation {margin-top: 20px;}
div.selects2,div.radios, div.checkboxes {width:100%;display:flex;flex-wrap:wrap;float:left;}
div.checkboxes>input, div.radios>input {margin-right: 10px;position:relative; top:1px;}
div.selects2>select {width:90%}
@media (min-width: 992px) {
    .lg-50 {width: calc(50% - 5px) !important;float:left;}
    .lg-50+.lg-50 {margin-left: 10px;}
    div.selects2,div.checkboxes {width:50% !important;}
}
.form-group {
    width: 100%;
}
.mb-40 {
    margin-bottom: 40px;
}
.wai {
    width: auto !important;
}
.hai {
    height: auto !important;
}
.mt-30 {
    margin-top:30px;
}

.mb-40::after,.clearfix::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.pdr-10 {
    padding-right: 10px;
}
.w100i {
    width: 100% !important;
}

/* HTML: <div class="loader"></div> */
.loader {
    display:none;
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
    linear-gradient(0deg ,rgb(0 0 0/50%) 30%,#0000 0 70%,rgb(0 0 0/100%) 0) 50%/8% 100%,
    linear-gradient(90deg,rgb(0 0 0/25%) 30%,#0000 0 70%,rgb(0 0 0/75% ) 0) 50%/100% 8%;
    background-repeat: no-repeat;
    animation: l23 1s infinite steps(12);
    position:absolute;
    left:47%;
}
.loader::before,
.loader::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}
.loader::after {
    opacity: 0.83;
    transform: rotate(60deg);
}
@keyframes l23 {
    100% {transform: rotate(1turn)}
}
.loader.active {
    display: grid;
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #ccddd2;
    padding: 60px;
    z-index: 100;
    transform: translateX(-50%) translateY(-50%);
}
.popup a.close {
    position: absolute;
    top: 0px;
    font-size: 22px;
    right: 13px;
}

#content-lock h3 {
    margin-bottom: 1rem;
}
#lp_password_form label,#lp_marketing_form label, #content-lock label {
    text-align: left;
    font-size: 1rem;
    font-weight:bold;
}
#lp_password_form form {
    max-width: 360px;
}
#lp_password_form input {
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
}
#lp_marketing_form div.nbl>label, #content-lock div.nbl>label {
    font-weight: normal;
}
ul.lp_tabs {
    list-style: none;
    padding: 10px;
    margin: 0 0 20px;
    background-color: #eee;
}
ul.lp_tabs > li {
    display: inline-block;
    margin: 0 10px;
}
.loginPage {
    max-width: 400px;
    margin: 0 auto;
}
#content-lock.ns {box-shadow: none;}
.lp_icon {width:25px;}
@media (max-width: 992px) {
    #content-lock {
        padding: 10px 0;
    }
    #content-lock div.selects2 > select {
        width: 100%;
    }
    #content-lock label:not(.switch-label) {
        width: 90%;
    }
    #content-lock .login .form-group > div {
        width: 90%;
        margin: 0 auto;
        display: inline-block;
        overflow: hidden;
    }
    #content-lock .login {
        width: auto;
    }
    .popup {
        padding: 30px 15px;
        max-width: 95%;
        min-width: 90%
    }
    .lp_tabs a {
        font-size: 1rem !important;
    }
    #content-lock .login .form-group {width: auto !important;}
}
#content-lock .login span.subtext {
    display:none;
    padding: 10px 20px;
}
#content-lock .login input[name="lp_username"]:focus+span.subtext,#content-lock .login span.subtext.active {
    display:block;
}
#content-lock .login label {
    text-align: left;
    padding-left: 20px;
}
#content-lock .mainSubText {

}
label.required::after{
    content: "*";
    color: red;
}

.login-icon {margin-right: 15px;
    position: relative;
    top: 5px;}

.infoIcon {
    position: relative;
    top: 0;
    margin-right: 5px;
    padding: 1px 8px;
    color: #fff;
    background: #000;
    border-radius: 100%;
    font-style: normal;
    font-size: 15px;
    line-height: 15px;
    border: 1px solid #000;
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: inline-block;
}

#lp_marketing_form .form-group input[type="password"],#content-lock div:not(.login) .form-group input[type="password"] {width:25% !important;}
#content-lock div:not(.login) .form-group input[type="password"] {float: left;margin: 10px 0;}