#login-modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 203;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity .3s ease-out; }

.login-modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: url("../../../page/imgs/login_bj.jpg") no-repeat center center;
  transition: background-color .3s ease-out; }

.login-modal {
  position: relative;
  z-index: 1;
  display: flex;
  width: 500px;
  height: 510px;
  min-height: 350px;
  margin: 0 auto;
  outline: 0; }

.login-modal-content {
  width: 100%;
  height: 100%;
  font-size: 14px; }

.logo-box {
  width: 208px;
  height: 80px;
  margin: 0 auto 60px;
  background: url("../../../page/imgs/logo.png") no-repeat center center; }

.register-title {
  text-align: center;
  font-size: 20px;
  margin: 15px auto; }

.user-box {
  margin-bottom: 50px; }

.register-confirmation, .register-information {
  width: 500px;
  margin: 0 auto;
  border-radius: 5px; }
  .register-confirmation .content, .register-information .content {
    padding: 30px 15px 15px; }
    .register-confirmation .content .col-sm-3, .register-confirmation .content .col-sm-7, .register-confirmation .content .col-sm-2, .register-information .content .col-sm-3, .register-information .content .col-sm-7, .register-information .content .col-sm-2 {
      padding-right: 0; }
    .register-confirmation .content .next, .register-information .content .next {
      margin-top: 50px; }

.btn.next {
  display: block;
  background: #003399;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  height: 42px; }

.btn.next:hover, .btn.next:focus {
  color: #fff;
  text-decoration: none;
  background: #0c48bf; }

.nav-tabs > li > a {
  color: #003399;
  margin-right: 0; }

.btn.btn-send {
  width: 66px;
  display: block;
  background: #003399;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  border: none; }

.btn.btn-send:hover, .btn.btn-send:focus {
  color: #fff;
  text-decoration: none;
  background: #0c48bf; }

input.form-control {
  height: 42px; }

.nav-tabs {
  border-bottom: 1px solid #039; }

.nav-tabs > li > a {
  width: 250px;
  text-align: center; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #039;
  color: #fff;
  border: 1px solid #039; }

.nav-tabs > li > a:hover {
  background: none;
  border: 1px solid transition;
  border-bottom: none; }

.modal-body {
  padding: 35px 15px !important; }

.modal-content {
  width: 350px;
  margin: 155px auto 0; }

.Verification {
  width: 178px; }

.Verification-img {
  display: block;
  height: 42px;
  line-height: 42px;
  width: 130px;
  border: 1px solid #ccc;
  border-radius: 4px; }

.Verification-img img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  border-radius: 4px; }

/*# sourceMappingURL=register.css.map */
