#auth_box {
  width: 100%;
  max-width: 500px;
}

#auth_box input {
  max-width: 100%;
}

#auth_box.register {
  max-width: 1000px;
}
