body {
  background-image: url(../assets/background.png);
}

.login {
  position: relative;
  width: 534px;
  margin: 0 auto;
}

.code {
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
  display: none;
}
.codeForm {
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
}

.login-title {
  padding: 0 16px 0 6px;
}

.login-title > img {
  width: 186px;
}

.login-title > span {
  display: inline-block;
  padding-bottom: 15px;
  vertical-align: bottom;
}

.login-title > span.login-title-text1 {
  margin: 0 6px;
  padding-bottom: 20px;
  font-size: 18px;
  color: #a7a6b4;
  font-weight: bold;
  font-weight: 500;
}

.login-title-text2 {
  color: #111218;
  font-size: 28px;
  font-weight: 600;
}

.login-form {
  background-color: #f7f8fc;
  padding: 65px 55px 125px 52px;
  margin-top: 30px;
  box-shadow: 0px 0px 18px 0px rgba(116, 116, 116, 0.08);
}

.verifyContainer {
  position: absolute;
  top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0px;
  min-height: 500px;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.verifyTitle {
  position: relative;
  width: 370px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
}
.verifyCode {
  width: 277px !important;
  display: inline-block;
}
#verifyImg {
  cursor: pointer;
}

.captcha {
  min-height: 255px;
}

.login-form-title {
  font-size: 28px;
  font-weight: bold;
  color: #111218;
}

.login-form-username > p,
.login-form-password > p {
  font-size: 20px;
  font-weight: bold;
  color: #111218;
}

.login-form-username {
  margin-top: 45px;
}

.login-form-password {
  margin-top: 42px;
}

.form-signin > button {
  margin-top: 30px;
  width: 100%;
  background: #2589ff;
  border: none;
  border-radius: 8px;
  font-size: 24px;
  color: #ffffff;
}

.form-control {
  width: 100%;
  font-size: 16px;
  border-color: #e8e9ea;
  background-color: #f7f8fc;
}

.form-control::placeholder {
  color: #c6c6c6;
}

.form-control:focus-visible {
  border: none;
  outline: -webkit-focus-ring-color auto 0px;
}
.options {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  visibility: hidden;
}

@media (max-width: 480px) {
  .login {
    position: relative;
    margin: 0 auto;
    padding-top: 24px;
    width: 350px;
  }

  .login-title {
    padding: 0;
  }

  .login-title > img {
    display: block;
    width: 168px;
    margin: 0 auto;
  }

  .login-title > span {
    display: inline-block;
    padding-bottom: 15px;
    vertical-align: bottom;
  }

  .login-title > span.login-title-text1 {
    display: none;
  }

  .login-title-text2 {
    display: block;
    width: 100%;
    color: #111218;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }

  .login-form {
    position: relative;
    padding: 65px 55px 125px 52px;
    margin-top: 8px;
    border-radius: 16px;
    box-shadow: 0px 0px 18px 0px rgba(116, 116, 116, 0.08);
    background-color: #f7f8fc;
  }

  .login-form-title {
    font-size: 28px;
    font-weight: bold;
    color: #111218;
  }

  .login-form-username > p,
  .login-form-password > p {
    font-size: 20px;
    font-weight: bold;
    color: #111218;
  }

  .login-form-username {
    margin-top: 24px;
  }

  .login-form-password {
    margin-top: 42px;
  }

  .form-signin > button {
    margin-top: 80px;
    width: 100%;
    background: #2589ff;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    color: #ffffff;
  }

  .form-control {
    margin-top: 6px;
    width: 100%;
    padding: 15px 2px;
    border-color: #e8e9ea;
    background-color: #f7f8fc;
  }

  .form-control::placeholder {
    color: #c6c6c6;
  }

  .form-control:focus-visible {
    border: none;
    outline: -webkit-focus-ring-color auto 0px;
  }
}

.alert {
  width: 200px;
  position: fixed;
  top: 139px;
  text-align: center;
  left: calc(50% - 100px);
  box-shadow: 0px 0px 5px 0 #2196f3;
  z-index: 5;
}

.vGoBack {
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  color: #2196f3;
  left: 0px;
  top: 5px;
}
