html, body {
    height:100%;
    width:100%;
}

a {
    text-decoration: none;
}

body {
    font-family: "Poppins";
}

#content {
    /*background: url("../images/bg-77dfb7f8a7e13f3037d3e86fbb3de73d.jpg") repeat white;*/
    background-size: 100%;
}

#login-form {
    width: 350px;
}

#bg-login {
    background: url("../images/login_bg-112b2d0a8455f09db685ec00952d500f.jpg") no-repeat;
    background-size: cover;
    background-position: right;
}

td.min, th.min {
    width: 1%;
}