.content{
  max-width: 1280px !important;
  margin: 0 auto ;
  /* padding-bottom: 1.5rem; */
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.page-content{
   max-width: 940px;
   margin-left: auto;
   margin-right: auto;
   @media screen and (max-width: 746px) {
      margin-bottom: 40px; 
      }
}
.login-form{
  width: 940px;
  margin: 0 auto;
  display: flex;
  @media screen and (max-width: 746px) {
     width: 100%;
    display: block; 
     }
}
.new-login{
  width: 50%;
  padding: 0 2rem;
  font-family: Proxima Nova, proxima-nova, Helvetica Neue, Helvetica, sans-serif;
  @media screen {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.login-title{
  margin: 0.5rem 0 20px;
  font-weight: 700;
  color: #000;
  font-size: 21px;
  font-family: Proxima Nova, proxima-nova, Helvetica Neue, Helvetica, sans-serif;
}
.login-mrc{
  font-size: 13px;
 margin-bottom: 13px;
 color: #333;
}
.forget-password{
  margin-top: 30px;
  margin-bottom: 1rem;
}
.forget-passsword-font{
  font-size: 14px;
  color: #000000;
  font-family: Proxima Nova, proxima-nova, Helvetica Neue, Helvetica, sans-serif;

}
.custome-btn{
  background: #000;
  height: 2.3rem;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    /* float: left; */
    padding: 0 35px;
    margin: 0;
    width: auto;
    font-family: system-ui,    -apple-system,    'Segoe UI',    Roboto,    Helvetica,    Arial,    sans-serif,    'Apple Color Emoji',    'Segoe UI Emoji';
    font-weight: 700;
    cursor: pointer;
}
.customer {
   max-width: 430px; 
   margin: 0 auto; 
}
.form-input{
 width: 100%;
 color:#666;
 border: 1px solid #8f8f8f;
 font-size: 14px;
}
.form-err-input{
  box-shadow: 0px 0px 0px 0px;
    background-color: rgb(255, 238, 237);
    border: 1px solid rgb(202, 59, 76) !important;
}
.alter-error-toast{
  display: none;
   padding: 11px 16px;
   background-color: #ffdddd;
   border-radius: 4px;
   margin: 0 0 11px;
   line-height: 21px;
   letter-spacing: 0.35px;
   font-size: 14px;
   color: #333;

 
}
.alter-error-toast span{
  margin-left: 16px;
}
.alter-error-toast icon{
  width: 25px;
  height: 25px;
}
.alter-error-toast svg{
  fill: #FD1E13;
  width: 25px;
  height: 25px;
}
.form-field{
  margin: 0 0 .625rem;
}
.login-input{
  position: relative;

}
.login-input label{
  position: absolute;
  top: 0.6rem;
  left: 1rem;
  text-align: left;
  font-size: 15px;
  color: #999999;
  transition: all 0.3s ease; /* 动画效果 */  
 }
 .login-input input{
  /* padding-top: 1.5rem; */
  height: 42px;
  /* padding-left: 1rem; */
  padding-left: 0.8rem;
  padding-top: 0.5rem;
 } 
 .login_email span{
  color: #ff0000;
 }
 .shrunk {  
  font-size: 9px !important; /* 变化后的字体大小 */  
  top: 3px !important; /* 移动到上方的距离 */  
  left: 15px !important; /* 移动到左侧的距离 */  
}
.span-close{
  font-size: 1rem;
  color: #ca3b4c;
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  display: none;
}
.email-toast{
  margin: 0;
  padding: 0;
   margin-top: 0.5rem;
   display: none;
   color: #ca3b4c;
   font-size: 13px;
}
.warning{
  background-color: rgb(255, 238, 237);
  border-color: rgb(202, 59, 76);
  box-shadow: 0px 0px 0px 0px;
}

.span-close{
  font-size: 1rem;
  color: #ca3b4c;
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  display: none;
}
.email-toast{
  margin: 0;
  padding: 0;
   margin-top: 0.5rem;
   display: none;
   color: #ca3b4c;
}
.newsletterCheckbox {
  display: block;
  position: relative;
  margin-top: 12px;
  padding-left: 2.0875rem;
  margin-bottom: 15px;
  cursor: pointer;
  font-family: 'proxima-nova';
  font-variant: unset;
  font-size: 0.75rem;
  line-height: var(--line-height-lg);
  letter-spacing: var(--letter-spacing-2xs);
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: unset;
  color: var(--color-text);
  text-align: unset;
  font-feature-settings: "pnum" on, "lnum" on;
  -webkit-font-smoothing: antialiased;
}

.newsletterCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: .4375rem;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.newsletterCheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.newsletterCheckbox input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid grey;
}
.newsletterCheckbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newsletterCheckbox input:checked~.checkmark:after{
  display: block;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.customer h1 {
  /* text-transform: uppercase; */
}

.customer .submit {
  width: 100%;
  text-transform: capitalize;
}

.customer .verifycode-button {
  text-decoration: none;
}

.customer-form-title {
  /* margin-bottom: 40px; */
}

@media (max-width: 959px) {
  .customer-form-title {
    margin-bottom: 30px;
  }
}

.customer-form-hint {
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .customer-form-hint {
    margin-bottom: 20px;
  }
}

@media (max-width: 959px) {
  .customer {
    padding: 40px 20px;
    width: 100%;
  }
}

.customer .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  gap: 40px;
}

.customer .tab a {
  width: 50%;
  color: rgb(var(--color-light-text));
}

.customer .tab a:first-child {
  position: relative;
  text-align: right;
}

.customer .tab a:first-child::after {
  content: " ";
  height: 10px;
  width: 1px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(var(--color-entry-line));
}

.customer .tab > a {
  cursor: pointer;
}

.customer .tab .active {
  color: rgb(var(--color-text));
  text-decoration: underline;
  text-underline-offset: 6px;
}

.customer #customer-error-message {
  color: #f04949;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}

.customer #customer-error-message:not(:empty) {
  margin-bottom: 20px;
}

.customer .actions {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customer .actions a,
.customer .actions .body4 {
  padding: 0;
  color: rgba(var(--color-text));
  cursor: pointer;
}

.customer .actions a {
  text-underline-offset: 0;
  text-decoration: underline;
}

.customer .actions a:hover {
  text-decoration: none;
}

.customer .backToSignIn {
  text-align: center;
  padding-top: 40px;
}

.customer .sign-up__company-register {
  text-align: center;
  padding-top: 48px;
}

.customer .field[data-type="mobile"] .field__suffix {
  padding-top: 0;
  padding-bottom: 0;
}

.customer .country-select {
  padding: 0;
}

.customer .country-select-wrapper {
  display: flex;
  padding-left: 8px;
  position: relative;
}

.customer .country-select-wrapper .country-select {
  appearance: none;
  border: none;
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.customer .country-select-wrapper .country-select-trigger {
  padding-left: 16px;
  display: flex;
  align-items: center;
  position: relative;
}

.customer .country-select-wrapper .country-select-trigger span {
  color: rgb(var(--color-text));
  padding-right: 4px;
}

.customer .country-select-wrapper .country-select-trigger::before {
  border-left: 1px solid rgb(var(--color-entry-line));
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.customer.forgot .customer-form-title {
  margin-bottom: 10px;
}

@media (max-width: 959px) {
  .customer.forgot .customer-form-title {
    margin-bottom: 8px;
  }
}

.customer.forgot .description {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .customer.forgot .description {
    margin-bottom: 30px;
  }
}

.customer.forgot .description {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .customer.forgot .description {
    margin-bottom: 30px;
  }
}

.customer.forgot .backToSignIn {
  padding-top: 20px;
}

@media (max-width: 959px) {
  .customer.forgot .backToSignIn {
    padding-top: 16px;
  }
}

.customer-third-login {
  margin-top: 28px;
}

.customer-third-login .customer-third-login__desc {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 26px;
}

.customer-third-login .customer-third-login__desc::before {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  border-top: 1px solid rgb(var(--color-entry-line));
}

.customer-third-login .customer-third-login__desc span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  background-color: rgb(var(--color-page-background));
}

.customer-third-login .customer-third-login__btns {
  width: 100%;
  display: flex;
  justify-content: center;
}

.customer-third-login .customer-third-login__btns #third-login-container a {
  display: inline-block;
  margin: 0 12px;
}

.customer tool-tip[tip-position="bottom"] {
  inset-block-start: calc(100% + var(--tt-p-block));
}

.customer tool-tip[tip-position="bottom"]:after {
  left: calc(50% - 10px);
}

@media (max-width: 959px) {
  .customer tool-tip[tip-position="bottom"] {
    --tt-x: 0;
    left: -10px !important;
  }
  .customer tool-tip[tip-position="bottom"]:after {
    left: 10px;
  }
}

/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */
