@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Nunito+Sans&family=Poppins:wght@400;700&family=Rubik:wght@400;500;700&display=swap");

  *[_ngcontent-ggj-c0] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }

  label[_ngcontent-ggj-c0] {
    font-size: clamp(0.8375rem, 0.8705rem + 0.2143vw, 1.085rem);
    font-weight: 600;
  }
  
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  hr[_ngcontent-ggj-c0] {
    width: 100%;
    margin: 1.2rem 0;
    border: 1px solid #ffec29;
  }

  .login-page[_ngcontent-ggj-c0] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: url(assets/ant.png);
    background-size: contain;
    background-position: top;
    height: 100vh;
  }

  .login-box[_ngcontent-ggj-c0] {
    width: 70%;
    min-width: 750px;
    height: 80%;
    min-height: 680px;
    max-height: 810px;
    display: flex;
    justify-content: center;
    margin: 5rem 0;
    box-shadow: rgba(100, 100, 111, 0.6) 0px 7px 29px 0px;
    border-radius: 25px;
    z-index: 40;
  }

  .login-left[_ngcontent-ggj-c0], .login-right[_ngcontent-ggj-c0] {
    flex: 0.5;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 40;
  }

  .login-left[_ngcontent-ggj-c0] {
    position: relative;
    gap: 7.5rem;
    background: #1c2b66;
    
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
    justify-content: center;
  }

  .halogen-logo[_ngcontent-ggj-c0] {
    margin: 2rem 0;
    min-width: 300px;
    width: 90%;
    object-fit: contain;
  }

  .halogen-logo-alt[_ngcontent-ggj-c0] {
    display: none;
  }

  .login-img[_ngcontent-ggj-c0] {
    width: 75%;
    object-fit: contain;
  }

  .login-right[_ngcontent-ggj-c0] {
    justify-content: center;
    background: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1rem;
    
  }

  .loginHeader[_ngcontent-ggj-c0] {
    font-size: clamp(1.5rem, 0.9643rem + 1.7143vw, 3rem);
    font-weight: 700;
    line-height: 48px;
    color: #1c275d;
    white-space: nowrap;
  }

  .login-container[_ngcontent-ggj-c0] {
    width: 70%;
  }

  .login-container[_ngcontent-ggj-c0]   h3[_ngcontent-ggj-c0] {
    margin-top: 0.4rem;
    font-weight: 400;
    text-transform: capitalize;
  }

  .login-formContainer[_ngcontent-ggj-c0] {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .form-input[_ngcontent-ggj-c0] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  .form-input[_ngcontent-ggj-c0]   input[_ngcontent-ggj-c0] {
    height: 55px;
    top: 202px;
    background: #ffffff;
    border: 0.5px solid #b7bee4;
    border-radius: 5px;
    padding: 0.7rem;
    outline: none;
    font-size: clamp(0.9375rem, 0.8705rem + 0.2143vw, 1.125rem);
  }

  .login-btn[_ngcontent-ggj-c0] {
    padding: 1rem 2.5rem;
    border: none;
    outline: none;
    background: #1c275d;
    color: #ffffff;
    font-size: clamp(0.9375rem, 0.8705rem + 0.2143vw, 1.125rem);
    font-weight: 400;
    border-radius: 5px;
  }

  .login-footer[_ngcontent-ggj-c0] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
  }

  .login-reminder[_ngcontent-ggj-c0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .login-reminder[_ngcontent-ggj-c0]   p[_ngcontent-ggj-c0], .forgot-password[_ngcontent-ggj-c0] {
    font-weight: 400;
    font-size: clamp(0.9375rem, 0.8705rem + 0.2143vw, 1.125rem);
    line-height: 22px;
    color: rgba(28, 39, 93, 0.75);
  }

  .forgot-password[_ngcontent-ggj-c0] {
    font-weight: 600;
    color: #1c275d;
    cursor: pointer;
  }

  .login-check[_ngcontent-ggj-c0] {
    height: 20px;
    width: 20px;
  }

  .google-text[_ngcontent-ggj-c0] {
    font-size: clamp(0.1rem, 0.9643rem + 1.7143vw, 1.25rem);
    font-weight: 400;
  }

  .google-btn[_ngcontent-ggj-c0] {
    width: 30px;
    object-fit: contain;
    margin: 1rem 0;
    cursor: pointer;
  }

  @media screen and (max-width: 750px) {
    .login-box[_ngcontent-ggj-c0] {
      width: 85vw;
      min-width: unset;
      height: 95%;
      min-height: unset;
      margin: 2rem 0;
    }

    .login-left[_ngcontent-ggj-c0] {
      display: none;
    }

    .login-right[_ngcontent-ggj-c0] {
      flex: 1;
      width: 100%;
      border-radius: 25px;
    }

    .login-container[_ngcontent-ggj-c0] {
      width: 90%;
    }

    .login-container[_ngcontent-ggj-c0]   h3[_ngcontent-ggj-c0] {
      text-align: center;
    }

    .halogen-logo-alt[_ngcontent-ggj-c0] {
      display: block;
      width: 100px;
      margin: 1rem auto;
      
    }

    .loginHeader[_ngcontent-ggj-c0] {
      text-align: center;
    }

    .google-text[_ngcontent-ggj-c0] {
    }
  }

  @media screen and (max-width: 500px) {
    .form-input[_ngcontent-ggj-c0] {
      gap: 0.5rem;
    }

    .login-container[_ngcontent-ggj-c0] {
      padding: 1rem;
    }

    .login-formContainer[_ngcontent-ggj-c0] {
      margin: 0;
      gap: 1rem;
    }

    hr[_ngcontent-ggj-c0] {
      margin: 0.6rem 0;
    }

    .login-footer[_ngcontent-ggj-c0] {
      margin-top: 1rem;
    }

    .login-reminder[_ngcontent-ggj-c0]   p[_ngcontent-ggj-c0] {
      font-size: 12px;
    }

    .login-check[_ngcontent-ggj-c0] {
      width: 15px;
    }

    .google-text[_ngcontent-ggj-c0] {
      font-size: 1.2rem;
      font-weight: 600;
    }
  }

  tr:hover {
    cursor: pointer;
  }