*{
    padding: 0px;
    margin: 0px;
}
html{
    height: 100%;
    width: 100%
}
body{
    background: url(../img/system/background.jpg) no-repeat top center #39C;
    background-size: cover;
    width: 100%;
    height: 100%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 12px
}
#main{
    height: 100%;
    width: 100%
}
#content{
    text-align: center;
    width: 100%;
    min-height: 100%;
    overflow: auto
}
#login{
    padding: 30px 0 30px 0; 
    width: 100%;
    min-height: 150px;
    overflow: auto;
    text-align: center;
    /*background: rgba(255, 255, 255, 0.3);*/
    float: left
}
input{
    padding: 5px;
}
.title{
    padding: 5px 10px;
    font-weight: bold;
    color: #333
}
#tableLogin{
    padding: 40px;
    margin: auto;
    border-radius: 3px;
    background: #fff
}
.boton{
    margin-top: 10px;
    padding: 5px 20px;
    background: #39C;
    border: none;
    border-radius: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    color: #FFF
}
#footer{
    width: 100%;
    height: 60px;
    padding-top: 20px;
    position: absolute;
    bottom: 0px;
    background: rgba(65, 65, 65, 0.6);
    color: #DDD;
    font-size: 11px;
    z-index: -1;
    float: left
}
.author{
    color: #5BF
}