#already_registered_text{
    margin-top: 30px;
    font-weight: 300;
}

#alreadyExists{
    color: red;
    text-align: center;
}

.error{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    width: 100%;
    font-size: 15px;
    color: red;
    position: absolute;
    bottom: -5px;
    left: 7px;
    pointer-events: none;
  }

  #signUpConstraintEmailError{
    color: red;
    margin: 0;
  }

  #signin_next_error {
    width: 300px;
    bottom: -60px;
    left: -50px;
    text-align: center;
}

#forgotten_error{
    width: 300px;
    bottom: 60px;
    left: -30px;
    text-align: center;
}
  
  #next_error{
      text-align: center;
      bottom: unset;
  }
  
  #submitError, #submitError_big_company{
      color:  red;
      text-align: center;
  }

  #go_connection_page{
    color: #181872;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
  }

.isValid{
    border-color: rgb(46, 205, 83);
}