.fadeShow-container {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: -1;
}

.login form#loginform {
    box-shadow: unset;
    background: transparent;
}

#login form p.submit {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 20px;
}

#login form p.submit #wp-submit {
    float: none;
    background: #000;
    color: #fff;
    border: 2px solid transparent;
    box-shadow: unset;
    width: 100%;
    border-radius: 6px;
    font-weight: 400;
    padding: 12px;
    letter-spacing: 1px;
    text-shadow: unset;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 14px;
    height: unset !important;
}

#login form p.submit #wp-submit:hover {
    background: transparent!important;
    color: #000!important;
    border: 2px #000 solid;
}

.login form .forgetmenot label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background: #000;
    margin: 0px 0 0;
    display: inline-block;
    border-radius: 30px;
    position: relative;
}


.login form .forgetmenot label::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    margin: 0;
    padding: 0;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.login form .forgetmenot input:checked + label {
    background: #00c11b;
}

.login form .forgetmenot input:checked + label:after {
    left: calc(100% - 1px);
    transform: translateX(-100%);
}

.login form .forgetmenot input {
    display: none;
}

.fadeShow-container::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.4);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
}

.login #login form#loginform input[type=text], .login #login form#loginform input[type=password] {
    font-size: 18px;
    color: #666;
    padding: 12px 20px;
    border: 1px #d9d7d7 solid;
    height: 48px;
    border-radius: 4px;
    margin: 0;
}

.login #login form#loginform .forgetmenot {
    width: 100%;
    float: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    color: #000;
}

.login #login #nav, .login #login #backtoblog {
    color: #000;
    text-align: center;
    font-weight: bold;
}

.login #login #nav a, .login #login #backtoblog a {
    color: #000;
}

.login .privacy-policy-page-link {
    display: none !important;
}