#auth_login {
    display: table;
    width: 100%;
}

#auth_login .registration {
    float: right;
    display: inline-block;
}

#auth_login form { 
    
    margin: 0 auto;
}

#auth_login table { 
    
    margin: 0 auto;
}

#auth_login table td {
    padding:10px;
}

#auth_register {
    display: table;
    width: 100%;
}

#auth_register .registration {
    float: right;
    display: inline-block;
}

#auth_register form { 
    
    margin: 0 auto;
}

#auth_register table { 
    
    margin: 0 auto;
}

#auth_register table td {
    padding:10px;
}