body.login {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    /* background-image: url(../img/platilla-administracion.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.login #backtoblog a, .login #nav a{
    position: relative;
    z-index: 2;
}
body.login::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f3f3;
    opacity: .9;
}

.login h1 a {
    background-image: url(../img/logo-custom-login.png);
    background-size: 200px 76px;
    height: 50px;
    width: 250px;
    
}
.login h1 {
    text-align: center;
    position: relative;
    z-index: 2;
}

#loginform{
    position: relative;
    z-index: 2;
    background-color: transparent;
    border: none;
    margin-top: 0;
    padding: 0;
}

#loginform h2{
    font-weight: 700;
    margin-bottom: 4rem;
}

#login{
    background-color: #6f7170;
    padding: 4rem 3rem;
    border-radius: 3rem;
    
    color: #ffffff;
    position: relative;
    z-index: 5;
    text-align: center;
}

#loginform input[type="text"], input[type="password"]{
    border-radius: 15px;
    height: 40px;
    width: 300px;
    border: none;
}

#loginform label{
    font-size: 14px;
}

.wp-core-ui .button-primary{
    background: #319166;
    border-color: #319166;
    color: #fff!important;
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
    color: #319166;
    border-color: #319166;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover{
    background: #5f5c5c;
    border-color: #5f5c5c;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
    color: #319166;
}

/* jb */
.txt_jb{
    display: block;
    margin-bottom: 2.5rem;
    height: 35px;
    width: 100%;
    padding-left: 20px;
}
.oculto{
    display:none;
}

.footer{
	position: absolute;
    bottom: 5rem;
    z-index: 9;
    font-weight: 900;
}

.acceso-novalido{
    color: white;
    position: relative;
    z-index: 2;
    margin-top: 1rem;
    padding: 1rem;
    line-height: 1;
    border-radius: 1rem;
    background-color: firebrick;
}