body {
  margin: 0;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
}
body .svg{
  height: 100vh;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body .svg-top {
  position: absolute;
  top: -960px;
    right: -360px;
}
body .svg-bottom {
  position: absolute;
  bottom: -500px;
  left: -200px;
}
body .svg-top svg,body .svg-bottom svg{
  width: 100%;
}
.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.login-container .wrapper {
  padding: 40px;
  width: 396px;
  z-index: 99;
}
.login-container .wrapper header {
  margin-bottom: 40px;
}
.login-container .wrapper header .logo {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-container .wrapper header .logo img {
  width:50px;height: 50px;text-align: center;
}
.login-container .wrapper header h1 {
  color: #6065D9;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: center;
}
.login-container .wrapper .main-content input {
  border: none;
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #999;
  background: 0 0;
  border-bottom: 1px solid #d3d3d3;
}
.login-container .wrapper .main-content input::placeholder {
  color: #999;
  font-size: 16px;
  font-weight: 300;
}
.login-container .wrapper .main-content input:focus {
  outline: none;
}
.login-container .wrapper .main-content .line {
  width: 100%;
  height: 2px;
  background-color: #99999955;
}
.login-container .wrapper .main-content button {
    background: #614CAA;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    display: block;
    width: 136px;
    height: 40px;
    margin: 0 auto;
    outline: none;
    cursor: pointer;
}
.login-container .wrapper footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
}
.login-container .wrapper footer p {
  margin: 0;
  font-weight: 100;
}
.login-container .wrapper footer p a {
  color: #6065D9;
  text-decoration: none;
}

@media (min-width: 320px) and (max-width: 768px) {
  .wrapper {
    margin: 0 10px !important;
    padding: 30px;
  }
  .wrapper header h1 {
    font-size: 30px;
  }
  .login-container .wrapper{
        width: 80%;
  }
  body .svg-top{
     top: -1180px;
    right: -350px;
    width: 962px;
  }
  body .svg-bottom{
    bottom: -720px;
    right: -220px;

}
}
.input-box{position: relative;}
.input-box .posi-box{font-size:12px;color:#f50000;border-radius:2px;height:16px;line-height:16px;margin-bottom: 0.1rem;}
.input-box .posi-box .error{color:#f50000;height:16px;line-height:16px}
.curr{font-weight:700;color:#007afa}
.get-code{
      float: right;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    text-align: center;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
    position: absolute;
    right: 1px;
    top: 1px;}
