
#layoutAuthentication {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  
  #layoutAuthentication #layoutAuthentication_content {
    min-width: 0;
    flex-grow: 1;
  }
  
  #layoutAuthentication #layoutAuthentication_footer {
    min-width: 0;
  }

  