.login-logo {
    display:none;
}
.login-content {
    width: 100%;
    min-height: 100%;
}
.login-footer {
    min-width: 100%;
    height: 20px;
    position: absolute;
    color: #FFFFFF;
    background-color: #000000;
    font-size: 12px;
    padding-top: 3px;
    bottom: 0;
    z-index: 2;
}
.login-table {
    background: #fafafa;
    padding: 1.7em;
    margin-top: 50px;
}
@media only screen and (max-width:600px), screen and (max-height:550px) {
    .login-content { background-color: #fafafa; }
    .login-table { padding: 0; }
    .div-vertical-center { height: auto; }
    .input-text { min-width: 80%; width: 224px;}
    .input-text-half { min-width: 40%; width: 110px;}
    .header-content { display: none; }
    .login-footer { display: none; }
    .login-logo { display: block; }
}
