* {
  margin: 0;
  padding: 0;
}

.login {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.login-contant {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e6e6e6;
}
.login-form {
  width: 611px;
  height: 550px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.login-form h2 {
  font-weight: 500;
  font-size: 24px;

  color: #333;
}
.login-form input {
  width: 399px;
  height: 60px;
  background: #f7f7f7;
  border-radius: 12px;
  margin-top: 20px;
  padding-left: 15px;
}
.resgin-btn {
  padding-top: 32px;
}
.resgin-btn button {
  width: 399px;
  height: 60px;
  background: #713ce2;
  box-shadow: 0px 8px 24px rgba(113, 60, 226, 0.44);
  border-radius: 12px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
.resgin-image {
  display: none;
  width: 611px;
  height: 536px;
  background: #ffffff;
  border-radius: 8px;
  margin-left: 46px;
}
.resgin-image img {
  margin: 70px auto 20px auto;
  display: block;
}

.myvcode {
  position: relative;
}
.myvcode canvas {
  position: absolute;
  display: block;
  right: 0%;
  top: 42%;
}
.resgin-tip {
  display: flex;

  justify-content: end;
  padding-top: 20px;
}
.register-group {
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.group-item{
  padding-left: 30px;
}
.item-login{
  color: #713ce2;
}
.image-title{
  display: flex;
    justify-content: center;
    align-items: center;
}

