@charset "utf-8";
/* register.css */
.header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url("../images/common/register_nav_bg.png") no-repeat bottom center;
}
.header .logo h2 {
  padding-top: 0;
  line-height: 60px;
  font-size: 28px;
  font-weight: bold;
}
.header .login_link {
  float: right;
  margin-top: 15px;
}
.header .login_link span {
  float: left;
  display: block;
  margin-right: 5px;
  margin-top: 10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 0;
}
.register_bg {
  background: url("../images/common/register_right.png") no-repeat right top;
}
.register_form {
  width: 750px;
  padding-top: 50px;
  margin-bottom: 150px;
}
.register_form .form-control {
  border-radius: 0px;
}
.register_form .control-label {
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.register_form .tip {
  font-size: 12px;
  font-weight: normal;
  color: #da251c;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  margin: 0;
}
.register_form .checkbox {
  height: 34px;
  line-height: 34px;
}
.register_form .checkbox label {
  margin-right: 15px;
}
.register_form .oauth {
  margin: 10px 0;
}
.register_form .form-control-feedback {
  top: 0;
}
.register_form .has-success .control-label {
  color: #333;
}
.register_form .has-success .input-group-addon {
  color: #333;
  background-color: #eee;
  border-color: #ddd;
}
.register_form .has-success .form-control {
  border-color: #ddd;
}
.register_form .has-success .form-control-feedback {
  color: #333;
}
.register_form input[type=checkbox] {
  margin-top: 11px;
}
.register_form .blue_link {
  text-decoration: none;
  color: #1b66c7;
}
.register_form .btn-reg {
  width: 100%;
  display: block;
  background: #F55555;
  border-color: #d43f3a;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
}
.register_form .btn-reg:hover {
  color: #FFF;
  background-color: #FD6868;
}
.register_form .vertify img {
  height: 34px;
  width: 100px;
  margin-right: 10px;
}
