[v-block] {
  display: none;
}
body {
  overflow: hidden;
}
.main {
  height: 100%;
}
.left {
  width: 40%;
}
.h100 {
  height: 100%;
}
#forgetapp .el-scrollbar__wrap {
  overflow-x: hidden;
  /* height: calc(100% + 17px); */
  display: flex;
  align-items: center;
  justify-content: center;
}
.right {
  width: 60%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* height: 775px; */
}
.right .title {
  /* padding-top: 200px; */
  /* text-align: center; */
  width: 100%;
  margin-left: 28%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #000000;
}
.right .form {
  width: 590px;
}
.form .dec {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #385b7e;
}
.formTable {
  margin-top: 54px;
}
.formTable .el-form-item__label {
  padding-right: 19px;
  text-align: right !important;
  font-size: 16px;
  height: 67px;
  line-height: 67px;
}
.formTable .el-input__inner {
  height: 67px;
  font-size: 16px;
  color: #333333;
  text-indent: 20px;
}
.formTable .el-form-item {
  margin-bottom: 33px;
}
.formTable .el-form-item:nth-child(5) {
  margin-bottom: 0px;
}
.formTable .el-input::before {
}
.icon {
  width: 25px;
  height: 29px;
  background: url(../images/icon.png);
  position: absolute;
  display: block;
  z-index: 1;
  top: 18px;
  left: 26px;
}
.user {
  background-position: 0 1px;
}
.pas {
  background-position: 0 58px;
}
.code {
  background-position: 0 30px;
}
.button {
  display: flex;
  margin-top: 70px;
  margin-left: 5px;
  column-gap: 30px;
}
.button .forget {
  background-color: #c40403;
  border-radius: 4px 4px 4px 4px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  border-color: #c40403;
}
.button .forget.el-button:focus,
.button .forget.el-button:hover {
  background-color: #c40403;
  border-radius: 4px 4px 4px 4px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  border-color: #c40403;
}
.button .noforget {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #bebebe;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #bebebe;
  background-color: #ffffff;
  margin: 0 !important;
}
.button .noforget.el-button:focus,
.button .noforget.el-button:hover {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #bebebe;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #bebebe;
  background-color: #ffffff;
}
.register {
  background: url(../images/border.png) no-repeat center center;
  text-align: center;
  text-decoration: underline;
  margin-top: 50px;
  cursor: pointer;
  font-size: 16px;
}
.register a {
  color: #999999;
}
.circular {
  position: absolute;
  right: -260px;
  top: -260px;
  border: 270px solid #ecf5ff;
  background: #ecf5ff;
  z-index: -1;
  border-radius: 50%;
}
.codeclass {
  position: absolute;
  top: 14px;
  right: 10px;
  cursor: pointer;
}
.content {
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.el-scrollbar__view {
  height: 100%;
}
@media (max-width: 1366px) {
  .content {
    /* align-items: start; */
  }
}

@media (max-width: 800px) {
  .content {
    width: 100%;
    align-items: start;
  }
  .right .form {
    width: calc(100% - 12px);
    margin: 0 auto;
    padding: 0 6px;
  }
  #forgetapp .el-scrollbar__wrap {
    display: block;
    padding: 20px 0 34px;
  }
  .colorred {
    display: none;
  }
}
