div.boxful-header-promo {
  top: 0;
  left: 0;
}
div.boxful-header-promo #boxful-header {
  height: 64px;
  background: #fff;
  box-sizing: border-box;
}
div.boxful-header-promo div #boxful-logo img {
  height: 28px;
  padding-top: 0;
  margin-top: 8px;
}
div.boxful-header-promo div.sidemenuButton {
  padding-top: 10px;
}

div.closeSidemenu {
  padding-right: 30px;
}
div.closeSidemenu img {
  width: 20px;
}

div div.pageTitle-container {
  top: 64px;
}

.footer-top-bar {
  background: #00c4b3;
  padding: 0 30px;
}
.footer-top-bar .footer-top-main {
  height: 80px;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-top-bar .footer-top-main .footer-top-item {
  color: #fff;
  font-size: 20px;
}
.footer-top-bar .footer-top-main .footer-top-item a {
  color: #fff;
}
.footer-top-bar .footer-top-main .footer-top-item img {
  height: 20px;
  margin-top: -3px;
}
.footer-top-bar .footer-top-main .footer-top-item img.email, .footer-top-bar .footer-top-main .footer-top-item img.youtube {
  height: 17px;
}
.footer-top-bar .footer-top-main .footer-top-item:last-child a {
  margin-left: 24px;
}
@media screen and (max-width: 960px) {
  .footer-top-bar .footer-top-main .footer-top-item {
    font-size: 15px;
  }
}

.footer-main-wrap {
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 73px;
}
.footer-main-wrap .foot-logo-wrap {
  padding-top: 38px;
}
.footer-main-wrap .foot-logo-wrap img {
  height: 30px;
}
.footer-main-wrap .footer-sep-line {
  height: 3px;
  background: #d8d8d8;
  width: 150px;
  margin: 40px auto 0;
}
.footer-main-wrap .footer-logo-desc {
  font-weight: bold !important;
  font-size: 20px;
  margin-top: 20px;
}
.footer-main-wrap .footer-link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
.footer-main-wrap .footer-link-wrap .flink {
  margin: 0 18px;
}
.footer-main-wrap .footer-link-wrap .flink a {
  font-size: 18px;
  font-weight: bold;
  color: #4a4a4a;
}
.footer-main-wrap .footer-text-main {
  font-size: 15px;
  color: #949494;
  line-height: 1.47;
  margin-top: 14px;
  text-align: center;
}
.footer-main-wrap .footer-text-main strong {
  color: #00c4b3;
}
.footer-main-wrap .footer-pay {
  margin-top: 3px;
}
.footer-main-wrap .footer-pay img {
  height: 48px;
  margin: 5px;
}
.footer-main-wrap .footer-pay img:first-child {
  height: 52px;
}
.footer-main-wrap .footer-pay img:last-child {
  height: 32px;
}

.login-form {
  margin: 0 auto;
  width: 90%;
  max-width: 754px;
  text-align: left;
}
.login-form .sign-wrap {
  display: flex;
  background: #fafafa;
  border-radius: 12px;
  overflow: hidden;
}
.login-form .sign-wrap .sign-info {
  background: url("/images/doc/fea.jpg") no-repeat center center;
  background-size: cover;
  width: 50%;
  min-height: 336px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.login-form .sign-wrap .sign-info .for-text {
  background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  padding: 100px 20px 26px;
  color: #fff;
}
.login-form .sign-wrap .sign-info .for-text .fs-title {
  font-size: 20px;
  font-weight: bold;
}
.login-form .sign-wrap .sign-info .for-text .fs-text {
  font-size: 16px;
}
.login-form .login-title {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  padding: 5px 0;
}
.login-form .login-form-ele {
  width: 50%;
}
.login-form .login-form-ele .fs-form-wrap {
  padding: 28px 33px;
}
.login-form .login-form-ele .fs-form-wrap .fsf-title {
  font-size: 28px;
  color: #324a5e;
  font-weight: bold;
}
.login-form .login-form-ele .fs-form-wrap .fsf-subtitle {
  color: #999;
  font-size: 16px;
}
.login-form .login-form-ele .form-item {
  padding-top: 15px;
}
.login-form .login-form-ele .form-item .form-control {
  width: 100%;
  font-size: 15px;
  padding: 0 20px;
  color: #000;
  height: 47px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  transition: all 0.4s;
}
.login-form .login-form-ele .form-item .form-control:focus {
  border-color: #00c4b3;
  box-shadow: 0 0 6px #f8b9b7;
}
.login-form .login-form-ele .form-item button.btn {
  border-radius: 99em !important;
  cursor: pointer;
  width: 100% !important;
  transition: all 0.4s;
  background: #f8d340;
  color: #444;
  font-weight: bold;
  padding: 0;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  border: 0 none;
}
.login-form .login-form-ele .form-item button.btn:hover {
  background: #d3b022 !important;
  color: #fff;
}
.login-form .login-form-ele .form-item button.btn[disabled] {
  background: #e7e7e7 !important;
  color: #fff;
  cursor: not-allowed;
}
.login-form .login-form-ele .form-tip {
  margin-top: 15px;
  text-align: center;
}
.login-form .login-form-ele .form-tip a {
  color: #00c4b3;
  text-decoration: underline;
  font-size: 15px;
}

#boxful-mask {
  display: none;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
}

/*** 3 Dots Loading Spinner - START ***/
.spinner-container {
  display: table;
  width: 100%;
  height: 100%;
}

.spinner-container .spinner {
  display: table-cell;
  width: 100px;
  text-align: center;
  vertical-align: middle;
}

.spinner-container .spinner > .bounce {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 2px;
  background-color: #00c4b4;
  border-radius: 100%;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-container .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner-container .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.spinner-container .spinner .please-wait {
  color: #333333;
  font-size: 14px;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*** 3 Dots Loading Spinner - END ***/
input:disabled, select:disabled {
  background: #d4d4d4 !important;
  opacity: 1 !important;
  color: #666 !important;
  cursor: not-allowed !important;
}

/*# sourceMappingURL=new.css.map */
