

/** 修复Bootstrap样式的BUG，input-group form-control 控件 会显示在 日期控件的前面 */
.input-group .form-control{
  /* z-index: 0; */
  /*checked by DengXin，修复input-group form-control 控件 会显示在 日期控件的前面的BUG*/
   position: static;
}


/*# sourceMappingURL=register.6c093d33.css.map*/