#divLoginTable {
    display: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
}

#content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 40px;
}

#loginbox {
    background-color: #23527c;
    border-radius: 5px;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    color: #FFF;
}

#login-mensaje {
    font-size: 1.2em;
}

.loginrengloncampo {
    padding: 10px;
}

#password {
    width: 85%;
    margin-right: 10px;
}

#pwdRecupera {
    color: #fff;
    font-size: .6em;
}

a.pwdRecuperaLink,
a.pwdRecuperaLink:visited,
a.pwdRecuperaLink:hover {
    color: #fff;
    text-decoration: none;
}

#seePwd:hover {
    cursor: help;
}

@media screen and (max-width: 800px) {
    #divLoginTable {
        padding-bottom: 20px;
    }
    #content {
        padding-bottom: 20px;
    }
}