.cms_wrapper {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  position         : fixed;
  top              : 50%;
  left             : 50%;
  -webkit-transform: translate(-50%, -50%);
  transform        : translate(-50%, -50%);
}

.cms_wrapper #edit-pass--description,
#edit-name--description {
  display: none
}

.cms_wrapper .js-form-required {
  font-size  : 16px;
}

.wrapper_right {
  margin-left: 161px;
  color      : #fff;
}

.wrapper_right h1 {
  font-size     : 26px;
  font-weight   : 400;
  padding-bottom: 8px;
}

.user-login-form {
  width: 404px;
}

.form-item {
  width            : 100%;
  height           : 100%;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  margin-top       : 29px;
}

.form-item>input {
  width             : 300px;
  height            : 38px;
  border-radius     : 6px;
  border            : 0;
  outline           : 0;
  -webkit-box-sizing: border-box;
  box-sizing        : border-box;
  padding-left      : 15px;
  color             : #fff;
  background        : transparent!important;
  border            : 1px solid #b6b6b6;
}

#edit-submit {

  width     : 100%;
  height    : 39px;
  margin-top: 30px;
  font-size : 16px;
  cursor: pointer;
  border-radius: 6px;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b6b6b6;
  color: #fff;
}

#edit-submit:hover {
  background: transparent;
  color     : #c79830;
  border    : 1px solid #c79830;
}

/* 验证滑块 */
.vire_silde {
  margin-top         : 30px;
  width              : 100%;
  height             : 39px;
  background         : #706f6f;
  position           : relative;
  text-align         : center;
  line-height        : 39px;
  color              : #fff;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

.vire_silde p {
  position: relative;
  z-index : 1;
}

.small_slide {
  width     : 54px;
  height    : 39px;
  background: #c79836;
  position  : absolute;
  top       : 0;
  left      : 0;
  cursor    : pointer;
  z-index   : 2;
}

.small_slide i {
  display   : block;
  height    : 39px;
  width     : 54px;
  background: url("img/zhiba_icon.png") no-repeat center center;
}

.huaguo {
  width     : 0;
  height    : 39px;
  background: #ff6700;
  position  : absolute;
  left      : 0;
  top       : 0;
  z-index   : 0;
}
#block-vkoolweb-content{
  font-size: 16px;
}
