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

                  本文件由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;
}

.forget {
  position: relative;
  width: 750px;
  margin: 40px auto 50px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 10px rgba(205, 35, 19, 0.2);
          box-shadow: 3px 3px 10px rgba(205, 35, 19, 0.2);
  overflow: hidden;
}

.forget-header {
  line-height: 100px;
  background-color: #f01324;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.forget-body {
  position: relative;
  padding: 60px 175px 130px;
  display: none;
}

.forget-body .validate-code {
  width: 50%;
}

.forget-body .btn-validate-code {
  width: 45%;
}

.forget-body .validate-code-pic {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 3px;
  cursor: pointer;
}

.forget-body .forget-success-tip {
  padding: 20px 30px 80px;
  text-align: center;
}

.forget-body .checkbox {
  padding-top: 5px;
}

.forget-body.is-active {
  display: block;
}