* {
  padding: 0px;
  margin: 0px;
}
.login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px 0 rgba(175, 187, 204, 0.15);
  text-align: center;
  background-color: #fff;
}
input {
  border: 1px solid #d4d6d9;
}
button {
  background: linear-gradient(126deg,#54aff5,#3b64f8);
  border-style: none;
  color: #fff;
}
button:hover {
  background: linear-gradient(126deg,#73baf1,#5e81ff);
}
input:hover {
  outline: none;
  border: 1px solid rgb(211, 39, 139);
}
input:focus {
  outline: none;
  border: 1px solid rgb(211, 39, 139);
}
a {
  text-decoration: none;
  color: rgb(211, 39, 139);
}
a:hover {
  text-decoration: underline;
}
body {
  background: #F2F4F7;
}
.center {
  color: #f00;
  font-weight: bold;
}
.return {
  float: left;
}
@media screen and (max-device-width:500px) {
  .login {
    width: 93.33333333333333vw;
    height: 106.6666666666667vw;
    border-radius: 5.333333333333333vw;
  }
  input {
    width: 74vw;
    height: 12vw;
    font-size: 3.733333333333333vw;
    margin-top: 8vw;
    border-radius: 6vw;
    padding-left: 6vw;
  }
  button {
    width: 80vw;
    line-height: 12vw;
    margin: 8vw 0px;
    border-radius: 6vw;
    font-size: 3.733333333333333vw;
  }
  a {
    font-size: 4.266666666666667vw;
  }
  .center {
    margin: 42.93333333333333vw 0px;
  }
  .h1 {
    font-size: 10.66666666666667vw;
  }
  .h2 {
    font-size: 5.333333333333333vw;
  }
}
@media screen and (min-device-width:501px) {
  .login {
    width: 500px;
    height: 400px;
    border-radius: 20px;
  }
  input {
    width: 377.5px;
    height: 45px;
    font-size: 18px;
    margin-top: 30px;
    border-radius: 22.5px;
    padding-left: 22.5px;
  }
  button {
    width: 400px;
    line-height: 45px;
    margin: 30px 0px;
    border-radius: 22.5px;
    font-size: 18px;
  }
  a {
    font-size: 20px;
  }
  .center {
    margin: 140.5px 0px;
  }
  .h1 {
    font-size: 60px;
  }
  .h2 {
    font-size: 30px;
  }
}