body{
    background: url(../images/background.jpg) no-repeat center center fixed;
    background-size: cover;
}

#container_login{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10%;
}

#logo{
    width: 205px;
    margin-bottom: 50px;
}