/* ====================== Template ===================== */
.top-header{
    background-color: var(--light-black);
    height: 3rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }



  .top-header > * {
    padding: 0rem 0.6rem ;
  }
  
  .top-header i {
    color:  var(--heading-text-color);
  }
  
  .body-header{
    padding-top: 0 ;
  }
  
  .help, .accessibility-header, .language{
    border: unset;
    background: unset;
    color:  var(--heading-text-color);
    padding: 0rem 0.5rem;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
  
  .last-header-button{
    margin-right: 5rem;
  }
  
  .container-image-button{
    display: flex;
    align-items: center
  }
  
  .container-image-button .help{
    text-decoration: none;
  }
  .separator{
    height: 2rem;
    border-right: solid 0.0625rem  var(--heading-text-color);
    padding: 0rem;
    margin: 0.8rem 2rem;
  }
  
  .eu-engaged{
    margin-left: 2rem;
  }
  
  .eu-flag{
    height: 2.4375rem;
  }
  
  /*Second header part*/
  
  .logo{
    overflow: hidden;
  }
  
  .title{
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    font-variant: normal;
    text-align: center;
    margin-bottom: 0.3rem;
    color: var(--heading-text-color);

  }
  
  .sub-title{
    font-size: 1.9rem;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.5rem;
    text-align: center;
    color: var(--heading-text-color);
    margin-bottom: 0.4rem;
  }
  
  .passpass-logo{
    height: 4rem;
  }
  
  .passpass-logo-container{
    position: relative;
    height: 0rem;
    top: 12%;
    left: 5rem;
  }
  
  .title-and-logo{
    background-color: var(--passpass-purple);
    height: 5.9rem;
    color: var(--heading-text-color);
  }

  .full-title{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .already-client-container, .extra{
    border-radius: 0.5rem;
    border: 0.11rem solid var(--grey-300, var(--lightgrey-color));
    background: var(--base-white, var(--heading-text-color));
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    width: 48.5rem;
  }
  
  .already-client-container{
    margin-right: 2rem;
  }
  
  .login-or-create-account-container{
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
  }
  .info-popup {
    background-color: var(--grey-basic);
    padding: 0.625rem;
    display: flex;
    align-items: center;
  }

.info-popup .ph-info {
    margin-right: 0.325rem;
}
.user-email {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.user-email label {
  font-weight: normal;
  font-size: 1.1rem;
  margin-right: 0.625rem;
}
.languages-bar {
  position: relative;
  z-index: 1;
  margin-right: 1rem;
}

/* Error messages in Header */
.error-box {
  display: grid;
  grid-template-columns: min-content auto;
  color: #EF12A4;
  margin-top: 10px;
}
#input-error-password {
  color: var(--red-important);
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.error-text-login {
  color: #ec7b30;
  display: flex;
  margin-bottom: 0.5rem;
}