div#form-login {
    width: 300px;
    height: 200px;

    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;

}