.login-box, .register-box 
{
    width: 360px;
    background-color: white;
    text-align: center
}
.login-box img
{
    margin-left:50px;
    padding-top:10px;
}
footer.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white; 
    text-align: center;
    padding: 10px 0;
    z-index: 1000;
}
