::-moz-placeholder {
  color: #e1bd89; }

::-webkit-input-placeholder {
  color: #e1bd89; }

:-ms-input-placeholder {
  color: #e1bd89; }

#mobile, #sendAfter, #vcode, #sendVcode, #submit, #submitAfter, #roleList {
  background-repeat: no-repeat;
  background-size: 100% 100%; }

#bindSuccess {
  position: absolute;
  color: #B3461B;
  text-align: center;
  font-size: 18px;
  font-weight: bold; }
  #bindSuccess button {
    border-radius: 5px; }

input, select {
  color: #e1bd89;
  background-color: #292021; }

button {
  height: 34px;
  border: none;
  background-color: #645447; }

body, ul, li, div, ol {
  margin: 0;
  padding: 0; }

body {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden; }

.col-md-12 {
  width: 100%;
  height: 100%;
  display: inline-block; }

.col-md-2 {
  width: 25%; }

.form-group {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2%; }

.control-label {
  display: inline-block;
  padding: 8px;
  box-sizing: border-box; }

.send-vcode, .submit {
  height: 100%;
  float: right;
  max-width: 40%; }

.form-control.vcode, .form-control.phone {
  width: 60%; }

select {
  display: inline-block; }
  select:focus {
    outline: none; }

.btn {
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid; }

.btn-defalut {
  color: #444;
  border-color: none; }

.btn-primary {
  border-color: none; }

.form-control {
  padding: 5px 8px;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: none; }

.bind-phone {
  display: table;
  margin: auto;
  position: relative; }
  .bind-phone .control-label {
    font-size: 14px;
    text-align: right; }
  .bind-phone .form-group .col-md-12 {
    position: relative; }
  .bind-phone .error-tip {
    position: absolute;
    z-index: 1;
    margin: 0 0 8px;
    line-height: 12px;
    top: -20px;
    color: red;
    display: none; }
