.page-template-login .content, .page-template-register .content {
  max-width: 1150px;
}
/* .page-template-login header, .page-template-login footer, .page-template-login .link_card, .page-template-register header, .page-template-register footer, .page-template-register .link_card{
  display: none;
} */
.page-template-login footer, .page-template-login .link_card, .page-template-register footer, .page-template-register .link_card {
  display: none;
}
/* .page-template-login, .page-template-register{
  background-size: cover;
  background-color: rgb(245, 250, 255);
} */
.page-template-register{
  background-size: cover;
  /* background-color: rgb(245, 250, 255); */
}
.header_registration {
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.header_registration>div:first-child {
  border-right: 1px solid #eee;
  padding-right: 1.5rem;
}
.header_registration strong.title {
  display: block;
  font-size: 1.5rem;
}
.header_registration span {
  color: #666;
  font-size: 0.9rem;
}
.header_registration>div:last-child p {
  padding-left: 2rem;
  text-align: left;
}
.login-container{
  background: #fff;
  text-align: center;
  padding-top: 0;
}
.login-container .left{
  width: 45%;
  background: url('../img/home-banner.png') no-repeat center/cover;
  display: none!important;
}
.login-container .right{
  width: 100%;
}
.page-template-register .login-container{
  padding-top: 0rem;
  height: 100vh;
}
.page-template-login header, .page-template-register header{
  display: none !important;
}
.login-container .content {
  max-width: 1080px;
  max-width: 100%;
  padding: 0;
}
.login-container .content>.flex{
  height: 100vh;
}
.login-content{
  background: #fff;
  padding: 2rem;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  min-height: 650px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-content p.infos {
  font-size: 0.9rem;
  color: #333;
  text-align: left;
  padding-left: 1.6rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.login-content p.infos:before {
  content: "!";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--theme_color);
  color: white;
  text-align: center;
  left: 0;
  line-height: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  top: 2px;
}
.login-part .documents span {
  border: 1px solid #eee;
  display: block;
  font-size: 1.1rem;
  color: #666;
  padding: 1rem 1.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  text-align: left;
}
.login-part .documents span:before {
  content: "";
  display: block;
  width: 3.7rem;
  height: 3.7rem;
  position: absolute;
  right: 0;
  background: #333;
  top: 0;
}
.login-content h1 {
  margin-bottom: 1rem;
  color: #000;
  font-size: 30px;
  font-weight: 500;
}
.login-content a {
  color: var(--theme_color);
  position: relative;
}
.login-content a:after{
  content: "";
  width: 0%;
  height: 1px;
  transition: all 0.3s;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.login-content a:hover:after{
  width: 100%;
}
.login-content h1 + p a {
  color: var(--theme_color);
  font-weight: 500;
  /* background: url('../img/arrow-right.svg') no-repeat right/6px; */
  background-position-y: 7px;
  /* padding-right: 1rem; */
}
.login-content ul.switch-btn {
  margin-top: 2rem;
}
.login-content ul.switch-btn li{
  display: inline-block;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background-color: white;
  padding: 0.8rem 1.5rem;
  margin-right: 1rem;
}
.login-content ul.switch-btn li.link {
  padding: 0;
}
.login-content ul.switch-btn li.link a {
  padding: 0.8rem 1.5rem;
  display: inline-block;
  color: #000;
}
.login-content ul.switch-btn li.active{
  background-color: var(--theme_color);
  border-color: var(--theme_color);
  color: white;
}
.login-content ul.switch-btn li:last-child {
  margin-right: 0;
}
.login-body{
  padding: 40px 60px 60px;
}
.align-center{
  text-align: center;
}
.login-body p.part-title{
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.login-body form{
  max-width: 535px;
  margin: 0 auto;
}
.login-body input{
  padding: 1rem 1.5rem;
  width: 100%;
  border: 1px solid #eee;
  font-size: 1.1rem;
  color: #666;
  font-weight: 400;
  border-radius: 4px;
}
.login-body input[type='file']{
  opacity: 0;
  margin: 0;
}
p.checkbox{
  text-align: left;
}
.file-con label{
  position: absolute;
  width: 100%;
  display: inline-block;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
/* .file-con:after{
  width: 64px;
  height: 64px;
  content: "";
  background: url('../img/file-icon.svg') no-repeat center/cover;
  position: absolute;
  right: 0;
  top: 0;
} */
.login-body .file-con{
  border: 1px solid #eee;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
  position: relative;
  background: url('../img/file-icon.svg') no-repeat right/contain;
}
.login-body input{
  margin-bottom: 1rem;

}
.login-body .login-part p.input-icon, .login-body .login-part input[type='submit']{
  position: relative;
  margin-top: 38px;
}
.login-body input[type="submit"]{
  padding: 1.2rem 0;
  color: white;
  background: var(--theme_color);
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 8px;
}
.login-body input[type="submit"]:hover{
  background: white;
  color: var(--theme_color);
  border-color: var(--theme_color);
}
.switch-block{
  display: none;
}
.switch-block.active{
  display: block;
}
.login-body input[type='checkbox']{
  display: inline-block;
  width: auto;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0;
  border-color: #eee;
  margin: 0;
  line-height: 1.1rem;
  position: relative;
  cursor: pointer;
  /* transform: translateY(0.3rem); */
}
p.check-box{
  display: flex;
  padding: 1rem 0;
  text-align: left;
  max-width: 100%;
  align-items: center;
}
p.check-box span{
  display: inline-block;
  line-height: 1.85rem;
  margin-top: -5px;
  color: #333;
}
.login-body input[type='checkbox'] {
  margin-right: 0.9rem;
}
p.check-box a{
  text-decoration: underline;
}
p.check-box a.reset-btn {
  flex: 1;
  text-align: right;
  color: var(--theme_color);
  font-weight: 500;
}
.login-body input[type='checkbox']:checked:after{
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/duigou-black.svg) no-repeat center;
  background-size: 95%;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.login-body input[type='checkbox']:checked:before{
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  background-color: white;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #222;
  border-radius: 3px;
}
.error-tips{
  font-size: 19px;
  text-align: center;
  margin-top: 3rem;
  color: #b98651;
}
div.login_footer {
  max-width: 30rem;
  margin: 6rem auto 0 auto;
}
div.login_footer li {
  display: inline-block;
  margin-right: 1rem;
}
div.login_footer li:last-child {
  margin-right: 0;
}
div.login_footer p.copyright {
  color: #999;
  padding-top: 1rem;
}
.login-body label {
  text-align: left;
  display: block;
  margin-bottom: 0.5rem;
}
.login-body label[for="remember"]{
  margin-bottom: 0;
  cursor: pointer;
}
div.login-container .reset-password .part-title {
  margin-bottom: 2rem;
}

.login-body form p.password.input-icon {
  margin-top: 20px;
}

.login-body .other_login {
  max-width: 535px;
  margin: 0 auto;
  margin-top: 2rem;
  position: relative;
}
.login-body .other_login::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ececec;
  position: absolute;
  left: 0;
  top: 10px;
}
.login-body .other_login span {
  display: block;
  width: 46px;
  background-color: white;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  font-weight: 500;
  color: #4d4d4d;
}
.login-body .other_login-main {
  margin-top: 2rem;
}
.login-body .other_login input {
  background: transparent;
  cursor: pointer;
}

.login-body .other_login input.google {
  background: url('../img/icon-google.svg') no-repeat center/16px;
  background-position-x: 28%;
}

.login-body .other_login input.facebook {
  background: url('../img/icon-facebook.svg') no-repeat center/12px;
  background-position-x: 28%;
}

.register-container .login-body form {
  margin-top: 30px;
}

.register-container .login-body .login-part p.input-icon {
  margin-top: 0;
}

.register-container p.check-box span a {
  color: var(--theme_color);
  font-weight: 500;
}
.login-content .logo img{
  width: 150px;
  margin-bottom: 1rem;
  filter: brightness(0);
}
.login-content .logo:after{
  display: none;
}
.parallax-mirror{
  display: none;
}
div.nsl-container[data-align="left"]{
  text-align: center !important;
}