html{height:100%;}
body{height:100%;}


.sectionall{
  height:100%;
  background: url(../../images/faw/serverShop/loginBgImg.jpg) no-repeat;
  background-size:100% 100%; 
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.login-header {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  min-width: 1290px;
}
.back-home {
  font-size: 24px;
}
.back-home-icon {
  display: inline-block;
  width: 23px;
	height: 21px;
  background: url(../../images/homeIcom.png) no-repeat 0 0;
  position: relative;
  top: 2px;
}
.login-footer {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 70px;
}
.login-box,
.password-box {
  min-width: 1290px;
	/* height: 600px; */
	background-color: #ffffff;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.22);
	border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 30px 75px;
  box-sizing: border-box;
}
.login-box {
  background-image: url(../../images/faw/serverShop/loginBoxBgImg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  justify-content: flex-end;
}
.password-box {
  display: block;
}
.login-main {
  position: relative;
  width: 460px;
}
.password-box .login-main{
  margin: 30px auto 0;
}
.form-header {
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
  font-size: 22px;
	color: #c7c7c7;
}
.form-box {
  padding-top: 20px;
}
.login-form .input-icon {
  display: inline-block;
  width: 27px;
	height: 27px;
  position: absolute;
  top: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-account {
  background-image: url('/themes/default/assets/images/icon/icon_account_grey.png');
}
.icon-lock {
  background-image: url('/themes/default/assets/images/icon/icon_lock_grey.png');
}
.login-form .login-form-item .form-item {
  padding-left: 40px;
}
.login-form-item {
  position: relative;
}
.login-form-item {
  position: relative;
  margin-bottom: 10px;
}
.Validform_checktip {
  position: absolute;
  z-index: 10;
}
.Validform_right {
  right: -25px;
  top: initial;
  bottom: 0;
}
.Validform_wrong {
  left: 0;
  bottom: -25px;
  line-height: 1 !important;
}
.nc-container .nc_scale span {
  height: 34px !important;
}
.login-form-item .form-item {
  border: none;
  border-bottom: 2px solid #dcdcdc;
  width: 100%;
  height: 70px;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 0 !important;
  font-size: 22px;
}
.login-form-item .form-item:focus {
  box-shadow: none !important;
  border-color: #dcdcdc  !important
}
.login-code-btn {
  width: 156px;
	height: 40px;
	border-radius: 7px;
	border: solid 2px currentColor;
  font-size: 16px;
	line-height: 36px;
	color: #c4c4c4;
  text-align: center;
  background-color: transparent;
  position: absolute;
  top: 15px;
  right: 0;
}
.login-code-btn.active {
	color: #e46326;
}
.login-form-tips {
  display: flex;
  justify-content: space-between;
  color: #c4c4c4;
  font-size: 16px;
  cursor: pointer;
}
.login-form-item .login-btn{
  height: 79px;
	background-color: #c4c4c4;
	border-radius: 10px;
  font-size: 32px;
  margin-top: 20px;
}
.login-form-item .login-btn.active{
  background-color: #e46326;
  cursor: pointer;
}
.login-other-text {
  font-size: 22px;
	color: #c7c7c7;
  text-align: center;
  margin-top: 40px;
  cursor: pointer;
}
.password-type-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.password-type-box p{
  width: 50%;
  text-align: center;
  font-size: 32px;
  color: #c4c4c4;
  padding-bottom: 10px;
  border-bottom: 6px solid currentColor;
}
.password-type-box p>a {
  color: inherit !important;
}
.password-type-box p.active{
  color: #e46326;
}
.password-step-box {
  display: flex;
  justify-content: center;
}

.password-step {
  text-align: center;
  width: 290px;
}
.password-step .password-step-number {
  width: 70px;
	height: 70px;
  margin: 46px auto 0;
  border-radius: 50%;
	background-color: #c4c4c4;
	font-size: 42px;
	line-height: 70px;
	color: #ffffff;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.password-step .password-step-number:before {
  content: '';
  position: absolute;
  width: 170px;
	height: 2px;
	background-color: #c4c4c4;
  top: 36px;
  right: 92px;
}
.password-step:first-child .password-step-number:before {
  width: 0;
}
.password-step.active .password-step-number {
  background-color: #e46326;
  box-shadow: 0 0 0 16px #efa17d;
}
.password-step.active .password-step-number:before {
  background-color: #e46326;
}
.password-step .password-step-text {
	font-size: 14px;
	color: #5a5a5a;
  display: block;
  margin-top: 18px;
}

.login-form-item .login-form-lable{
  font-size: 22px;
	letter-spacing: 1px;
	color: #7d7d7d;
}
.form-box-lable .login-form-item{
  margin-bottom: 20px;
}
.form-box-lable .login-form-item .form-item{
  background-color: #f5f5f5;
  border-radius: 6px !important;
  border: none;
  display: inline-block;
  height: 64px;
}
.form-box-lable .login-form-item #codeimg{
	width: 164px;
	height: 64px;
	/* background-color: #000000; */
	border-radius: 6px;
  margin-left: 10px;
}
.form-box-lable .login-form-item .code-text{
	position: absolute;
	font-size: 22px;
	letter-spacing: 1px;
	color: #e66f37;
  border: none;
  background-color: transparent;
  right: -125px;
  bottom: 0;
}
.form-box-lable .login-form-item .login-btn{
	height: 64px;
}

.nc-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.login-other-text {
  display: inline-block;
}
.success-box {
  padding: 60px;
  text-align: center;
	font-size: 32px;
	color: #e46326;
}
.success-box img{
	width: 169px;
	height: 169px;
  margin-bottom: 10px;
}
.email-wait-valid{
  font-size: 20px;
	line-height: 38px;
	letter-spacing: 1px;
	color: #848484;
  padding-bottom: 80px;
  margin: 60px auto 0;
  text-align: center
}
.email-wait-bg {
  background-image: url('/themes/default/assets/images/icon/icon_plane_blue.png');
  background-repeat: no-repeat;
  background-position: 38% 0;
}
.sliding-box {
  margin-bottom: 20px;
}
.sliding-box .nc-container #nc_1_wrapper, 
.sliding-box .nc-container.tb-login #nc_1_wrapper,
.sliding-box .nc-container #nc_2_wrapper, 
.sliding-box .nc-container.tb-login #nc_2_wrapper {
  width: 100%;
}