body.login {
    background-image: url(../images/fondo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
}

body.login div#login {
    width: 320px;
    padding: 0;
    margin: auto;
    box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0.070);
}

body.login div#login p#nav {
    margin: 0;
    padding: 10px;
    text-align: center;
}

#user_login,
#user_pass,
#wp-submit {
    border-radius: 25px;
    padding: 0 15px;
}

#wp-submit {
    background: #0C503A;
    border-color: #0C503A;
}

#wp-submit:focus,
#wp-submit:hover {
    background: #117756;
    border-color: #117756;
}

#user_pass:focus,
#user_login:focus {
    background: transparent;
    border-color: #0C503A;
    box-shadow: 0 0 0 1px #0C503A;
}

body.login div#login h1 a {
    padding-bottom: 0;
    margin-bottom: 0;
}

body.login div#login h1 {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

body.login div#login form#loginform {
    background: #fff;
    border: none;
    /*box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0.070);*/
    margin-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login h1 a {
    background-image: url(../images/logo.png);
    /* height: 65px; */
    /* width: 320px; */
    /* background-size: 250px 65px; */
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.login #backtoblog a,
.login #nav a {
    color: #fff
}

.login #backtoblog a:hover,
.login #nav a:hover {
    color: #0C503A
}

body.login div#login form#loginform p.submit input#wp-submit {
    width: 100%;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    height: auto;
}

.footer-wrapper {
    /* display: table-footer-group; */
    position: -webkit-sticky;
    position: sticky;
    top: 100vh;
}

.footer-cont {
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    /* display: table-cell; */
    vertical-align: bottom;
    /* height: 100px; */
}

.login .copyRight {
    color: #ffffff;
    background-color: #0a0a0a;
    padding: 12px 170px;
    text-align: center;
}