.content_box {
  text-align: center;
  background: white;
  padding: 20px;
  border-radius: 10px;
}
.content_box .top_title {
  line-height: 2;
}
.content_box .summary {
  margin-bottom: 10px;
}
.content_box .cc .btn {
  margin: 0 5px;
}

/*table_form*/
.table_form {
  min-width: 775px;
}
.table_form .btn {
  background: #e8e8e8;
  margin: 0 5px;
}
.table_form .item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.table_form .item .name {
  width: 100px;
  text-align: left;
  font-weight: bold;
}
.table_form .item .input_box {
  text-align: left;
  flex: 1;
}
.table_form .item .input_box input {
  margin-right: 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #dcdada;
  height: 30px;
  padding: 4px 2px;
}

.login_page .table_form .item .input_box input {
  width: 300px;
}
.login_page .table_form {
  min-width: 520px;
}

.lostpwd_page .table_form .item .name {
  width: 135px;
}

@media (max-width: 768px) {
  .page4 {
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .page4 .main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .table_form {
    min-width: 100%;
  }

  .login_page .table_form .item .input_box input {
    width: 100%;
  }
  .login_page .table_form {
    min-width: 100%;
  }

  .table_form .item {
    align-items: flex-start;
    flex-direction: column;
  }

  .table_form .item .input_box {
    display: flex;
    flex-direction: column;
  }
  .table_form .item .input_box span {
    font-size: 12px;
    color: #9a9a9a;
  }
}

/*# sourceMappingURL=callback.css.map */
