#login {
    position:absolute;
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;
    width: 50%;
    height: 40%;
}

#footer{
    position:fixed;
    left:0; right:0;
    bottom:0;
    margin:auto;
    width:80%;
    border-top: 1px solid #CCC;
    height: 10%;
}

#barTop {
    position:fixed;
    left:0; right:0;
    top:0;
    height: 2%;
    width: 100%;
    background-color: #cc0000;
}

.inputTextLogin {
    border: 1px inset #EEE;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    width: 180px;
    padding-left: 3px;
}

#btnLogin{
    width: 100%;
}