body {
  color: #222222;
}

.errors {
    color: red;
    font-size: 12px;
}


.background-shape {
    position: absolute;
}
  
.shape-1 {
    width: 607px;
    height: 608px;
    opacity: 0.5;
    bottom: -100px;
    left: -85px;
    transform: scale(-1, -1) rotate(90deg) translateX(-20px);
    background: transparent linear-gradient(180deg, #D9DEFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
  
.shape-2 {
    width: 655px;
    height: 655px;
    opacity: 0.37;
    top: -100px;
    right: -100px;
    transform: translateX(30px);
    background: transparent linear-gradient(180deg, #D9DEFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.shape-1, .shape-2 {
    clip-path: inset(0 0 0 0 round 50%);
    overflow: hidden;
  }


.layout-login {   
    position: relative;
    overflow: hidden;
    z-index: 1; /* Form nằm trên cùng */
    /* CSS cho form của bạn */
}

/* #layout-login {   
  overflow: auto !important;
  overflow-x: hidden !important;
} */

/* @media screen and (max-height: 768px) {
  #layout-login {   
    overflow: auto !important;
    overflow-x: hidden !important;
  }
} */

@media (min-width: 1440px) {
  .shape-1 {
    width: 700px;
    height: 700px;
    left: -100px;
    bottom: -120px;
  }

  .shape-2 {
    width: 750px;
    height: 750px;
    right: -120px;
    top: -120px;
  }
}

@media (min-width: 1920px) {
  .shape-1 {
    width: 900px;
    height: 900px;
    left: -100px;
    bottom: -180px;
  }

  .shape-2 {
    width: 1100px;
    height: 1100px;
    right: -170px;
    top: -140px;
  }
}

@media (max-width: 1024px) {
    .shape-1 {
      width: 450px;
      height: 450px;
      left: -60px;
    }
  
    .shape-2 {
      width: 480px;
      height: 480px;
    }
  }
  
  @media (max-width: 768px) {
    .shape-1 {
      width: 350px;
      height: 350px;
      left: -50px;
    }
  
    .shape-2 {
      width: 400px;
      height: 400px;
    }
  }
  
  @media (max-width: 480px) {
    .shape-1 {
      width: 250px;
      height: 250px;
      left: -40px;
    }
  
    .shape-2 {
      width: 280px;
      height: 280px;
    }
  }

  html, body {
    margin: 0;
    padding: 0;
    overflow: hidden; /* Ngăn scroll ngang */
  }

  .i-input::placeholder {
    font-weight: 400;
    color: #BFC1C5;
  }

  /* @media (max-width: 500px) {
    #layout-login {
      padding-top: 50px;
      overflow-y: auto !important;
    }

    .ml-responsive-20 {
      margin-left: 20px !important;
    }

    #receiveEmailModal .modal-content .modal-footer {
      padding-right: 22px !important;
    }
  } */

  .size-image-auth {
    width: 135px;
  }

  .checkbox-v2-wp .label-checkbox-v2>span:last-child {
    color: #222222;
}
  


  
  
  