* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.admin_bg {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.box {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.form {
  width: 869px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09);
  border-radius: 0 0 12px 12px;
  border: 3px solid #FFFFFF;
  padding: 50px 76px;
  background-color: #FFFFFF;
  display: flex;
}

.top {
  width: 869px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head_bg {
  position: absolute;
  width: 869px;
  height: 87px;
  border-radius: 12px 12px 0 0;
}

.title {
  font-weight: 600;
  font-size: 28px;
  color: #2B6FFE;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.09);
}

.title_logo {
  width: 123.3px;
  height: 48px;
  margin-right: 24px;
}

.title_box {
  align-items: center;
  display: flex;
  position: relative;
}

.form_left {
  flex: 1;
  margin-top: -6%;
}

.form_right {
  border-left: 1px solid #E0E0E0;
  flex: 1;
}

.left_normal {
  margin-top: 9px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.09);
}

.left_title {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.09);
}

.left_img {
  margin-top: 28px;
  display: flex;
  align-items: center;
}

.code_box {
  padding: 10px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  border: 1px solid #E0E0E0;
}

.img_code {
  width: 111px;
  height: 111px;
}

.img_support {
  width: 173px;
  height: 260px;
}

.support_box {
  margin-left: 12px;
  margin-right: 50px;
}

.right_form {
  margin-left: 50px;
  margin-top: 28px;
}

.input_box {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #DEDEDE;
  padding: 9px 12px;
  margin-bottom: 20px;
}

.input_image {
  width: 20px;
  height: 20px;
}

.captch_input {
  border: none;
  outline: none;
  font-size: 16px;
  margin-left: 8px;
  width: 125px;
}

.input {
  border: none;
  outline: none;
  font-size: 16px;
  margin-left: 8px;
  flex: 1;
}

canvas {
  height: 40px;
  margin-left: 12px;
}

.code_span {
  width: 1px;
  height: 16px;
  background: #E8EAED;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09);
}

.code_task {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #2F54EB;
  line-height: 24px;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.09);
  cursor: pointer;
}
.code_send{
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #B9BABD;;
  line-height: 24px;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.09);
}

.form_save {
  padding-top: 12px;
}

.page_bottom {
  position: absolute;
  z-index: 9;
  bottom: 33px;
  text-align: center;
  color: #FFFFFF;
  line-height: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}