.login__box {
  width: 400px;
  margin: 70px auto;
  @media (max-width: 480px) {
    width: 100%;
  }
}
