[v-block] {
  display: none;
}
body {
  overflow: hidden;
}
.main {
  height: 100%;
}
.left {
  width: 40%;
}
.h100 {
  height: 100%;
}
.right {
  width: 60%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 775px;
}
.right .title {
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
.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;
}
.forget {
  text-align: right;
  color: #bdbdbd;
  font-size: 16px;
  margin-top: 14px;
  cursor: pointer;
}
.forget {
  width: 100%;
  height: 68px;
  line-height: 68px;
}
.forget span {
  font-size: 16px;
}
.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 {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#forgetapp .el-scrollbar__wrap {
  height: calc(100% + 17px);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* #forgetapp .el-scrollbar__view{height: 100%;} */
.alert_message {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.type-select.el-select {
  display: block;
}
.main .el-select .el-input.is-focus .el-input__inner,
.main .el-input.is-active .el-input__inner,
.main .el-input__inner:focus {
  border-color: #ca3434;
}

.el-select-dropdown__item.selected {
  color: #ca3434 !important;
}

.main .el-button--primary {
  background-color: #ca3434;
  border-color: #ca3434;
}

.main .el-button:focus,
.main .el-button:hover {
  background: #ca3434;
  border-color: #ca3434;
}
