body{
    width: 100%;
    height: 100%;
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 60px;
    padding-top: 50px;
    padding-bottom: 20px;
}

#container-login{
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}

#container-login .row{
    padding: 0px 30px;
}

#nome-do-sistema{
    color: #ccc;
}

