/*!
==================================================================

                  本文件由SCSS编译生成，禁止直接修改

  THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.

==================================================================
*/
.wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.auth-header {
  padding: 65px 0;
  font-size: 0;
}

.auth-header .brand-logo {
  width: 236px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/logo.png");
}

.auth-header .header-action {
  margin-top: 0;
  line-height: 72px;
  font-size: 16px;
}

.auth-header .header-action-gap {
  margin: 0 4px;
}

.auth-header .header-action-link {
  color: #f01324;
}

.auth-footer {
  position: relative;
  padding: 30px 0 480px;
}

.auth-footer-text {
  text-align: center;
  color: #999;
}

.form-field {
  position: relative;
  margin-bottom: 22px;
}

.form-field input[type="checkbox"] {
  display: none;
}

.form-field input[type="text"],
.form-field input[type="password"] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 1em;
  background-color: #eee;
  border-radius: 8px;
  font-size: 20px;
  color: #444;
  -webkit-box-shadow: -1px -2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: -1px -2px 2px rgba(0, 0, 0, 0.1);
}

.form-field .btn {
  width: 100%;
  padding: 0;
  height: 60px;
  line-height: 60px;
  background-color: #eee;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  color: #444;
  opacity: .85;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.form-field .btn.btn-primary {
  background-color: #f01324;
  color: #fff;
}

.form-field .btn.btn-primary:hover {
  background-color: #f34350;
}

.form-field .btn:hover {
  opacity: 1;
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
}

.checkbox {
  position: relative;
}

.checkbox-check:checked + .checkbox-label:after {
  -webkit-transform: translate(-50%, -80%) rotate(130deg) scale(1);
          transform: translate(-50%, -80%) rotate(130deg) scale(1);
  opacity: 1;
}

.checkbox-label {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #f01324;
  -webkit-transform: translate(-50%, -80%) rotate(0deg) scale(0);
          transform: translate(-50%, -80%) rotate(0deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.agreement {
  position: relative;
  width: 830px;
  padding: 35px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  color: #222731;
}

.agreement-title {
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
}

.agreement p {
  margin-bottom: 8px;
  text-indent: 2em;
  line-height: 2em;
  font-size: 14px;
  text-align: justify;
  word-break: break-all;
}

.agreement p.ind {
  text-indent: 4em;
}

.agreement h4 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
}

.auth-footer {
  padding-bottom: 50px;
}
