.login-registerContent {
    background: #ededed;
    border-radius: 8px;
    overflow: hidden;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
section.login-registerSection .content {
    display: flex;
    justify-content: space-between;
    
}
section.login-registerSection .content > div {
    flex: 1;
    padding: 30px;
    position: relative;
    transition: 0.5s;
    z-index: 0;
    overflow: hidden;
}
section.login-registerSection {
    position: relative;
    overflow: hidden;
    padding: 150px 0;
}
section.login-registerSection .canva__bg__span {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}
section.login-registerSection .canva__bg__span canvas#network {
    background: #1c1c1b;
    width: 100%;
}
.page-template-custom-login footer {
    border: none;
    /* display: none; */
}
.page-template-custom-login footer p.footer-description,
.page-template-custom-login footer nav.footer-nav,
.page-template-custom-login footer .footer-social{
    display: none;
}
section.login-registerSection .content > div h2 {
    color: #1c1c1b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 10px auto;
}
section.login-registerSection .content > div input, section.login-registerSection .content > div p.login-submit button{
    height: 40px;
    width: 100%;
    padding: 0 20px;
    outline: none;
    border-radius: 8px;
    border: none;
}
section.login-registerSection .content > div p {
    position: relative;
    margin: 15px 0;
}
section.login-registerSection .content > div p label {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 15px;
    color: #7a7676;
    height: 0;
    transition: 0.3s;
}

section.login-registerSection .content > div p.login-remember label {
    position: relative;
    left: unset;
    top: unset;
    display: flex;
    height: unset;
    gap: 10px;
    left: unset !important;
    font-size: unset !important;
    top: unset !important;
}
section.login-registerSection .content > div p.login-remember label input#rememberme {
    height: 15px;
    width: 15px;
}
section.login-registerSection .content > div p.login-submit button, section.login-registerSection .content > div p input[type="submit"] {
    background: #1c1c1b;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    padding-top: unset !important;
}
section.login-registerSection .content > div form {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
section.login-registerSection .content > div p.forgot-password {
    text-align: center;
    margin: 15px 0;
}
section.login-registerSection .content > div p.forgot-password a {
    text-decoration: none;
    font-weight: 600;
    color: #1c1c1b;
    border-bottom: 1px solid;
    padding-bottom: 8px;
}
section.login-registerSection .content > div p.login-submit {
    margin: 0;
}
section.login-registerSection .content > div.contentActive {
    flex: 0.6;
    z-index: 1;
}
section.login-registerSection .content > div .content__bg__span {
    width: 100%;
    position: absolute;
    z-index: 5;
    background: linear-gradient(180deg, #21211f, #101010);
    top: 0;
    left: auto;
    min-height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: 0.5s;
}
/* section.login-registerSection .content > div.contentActive .content__bg__span {
    left: 0;
} */
section.login-registerSection .content > div .content__bg__span h3 {
    color: #ededed;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 10px auto;
    height: 100%;
}
section.login-registerSection .content > div p.login-submit button:hover, section.login-registerSection .content > div p input[type="submit"]:hover {
    background: var(--w-color);
    color: #1c1c1b;
    border: 1px solid #1c1c1b;
}
section.login-registerSection .content > div .content__bg__span p {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.8;
    font-style: italic;
    font-weight: 400;
}
section.login-registerSection .content > div .content__bg__span button {
    background: white;
    color: #1c1c1b;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    padding: 12px;
    transition: 0.3s;
}
section.login-registerSection .content > div .content__bg__span button:hover {
    color: var(--w-color);
    background: #1c1c1b;
    border: 1px solid var(--w-color);
}
section.login-registerSection .content > div.loginContent .content__bg__span {
    right: -100%;
    
    
}
section.login-registerSection .content > div.loginContent.contentActive .content__bg__span {
    
    right: 0;
    
    
}
section.login-registerSection .content > div.registerContent .content__bg__span {
    left: -100%;
    
    
}
section.login-registerSection .content > div.registerContent.contentActive .content__bg__span {
    left: 0 !important;
    
    
}

section.login-registerSection .content > div.loginContent .content__bg__span > div {
    opacity: 0;
}
section.login-registerSection .content > div.loginContent.contentActive .content__bg__span > div {
    opacity: 1;
}
section.login-registerSection .content > div.registerContent.contentActive .content__bg__span > div {
    opacity: 1;
}
section.login-registerSection .content > div.registerContent .content__bg__span > div {
    opacity: 0;
}

section.login-registerSection .content > div p.focused input {
    padding-top: 15px;
}
section.login-registerSection .content > div p.focused label {
    left: 10px;
    top: 0px;
    font-size: 10px;
}
.error-message {
    margin: 5px 0;
}