


/* #logEntry ul li p {

  text-align: left !important;

} */





pre {
    white-space: pre;
}

.test {
    display: flex;
    justify-content: center;
    opacity: 50%;
}

body {

    background-image: url('../pic/newproject5.jpg');
    background-size: cover; /* Anpassar bilden för att täcka hela bakgrunden */
    background-position: center; /* Centrerar bilden */
    border-width: 0.5rem 0 0;
    color: var(--color-on-background);

  
}

.flexColumn {
  display: flex;
  flex-direction: column;
}


h1, h2, h3, h4, h5, h6  {
    /*  max-width: 800px;  Set a maximum width to limit line length on larger screens */
      margin-left: auto; /* Center text by pushing it to the right */
      margin-right: auto; /* Center text by pushing it to the left */
      font-family: 'Georgia', serif;
      font-weight: bold;
      text-align: center;
}


  p, strong, em, blockquote {
    max-width: 800px; /* Set a maximum width to limit line length on larger screens */
    margin-left: auto; /* Center text by pushing it to the right */
    margin-right: auto; /* Center text by pushing it to the left */
    text-align: center;

  }

  .center-text {
    text-align: center;
  }
  
  blockquote {
      font-style: italic;
      border-left: 2px solid #333;
      padding-left: 10px;
      margin-left: 20px;
      text-align: center;
  }

.dontHaveAccount {

font-size: 10px;

  }

  
  /* ///////////////////////////////////////////////////////////////////////////////////////////////// LOGIN */
  #login-container > :not(:last-child) {
      margin-bottom: 1rem;
    }
    

    #login-container > :nth-last-child(2) {
      margin-bottom: 0rem;
    }

    #login-container > :nth-last-child(3) {
      margin-bottom: 3rem;
    }

 

    #loginForm > :nth-last-child(2) {
      margin-bottom: 1rem;
    }
    

/*
  #login-container label {
    display: block;
    margin-bottom: 8px;
  }

  #login-container input {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
  } */

  /* #login-container button {
    background-color: #4caf50;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-transform: uppercase;
    line-height: normal;
    font-family: helvetica;
    font-size: 11px;
    font-weight: bold;

  }

  #login-container button:hover {

    background-color: #4caf50;
  } */

  /* ///////////////////////////////////////////////////////////////////////////////////////////////// register */

  .reg-container {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .reg-container label {
    display: block;
    margin-top: 12px;

  }

  .reg-container input {
    width: 100%;
    padding: 8px;

    box-sizing: border-box;
  }

  .reg-container button {
    background-color: #4caf50;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 12px;
  }

  .reg-container button:hover {
    background-color: #45a049;
  }

  .error {
    border: 1px solid red;
    color: red;
}

.errorcontainer{
position: relative;
width: 300px;
font-size: 12px;

}

/*
.insideheader {
  background-color: var(--color-primary);
 width: 100%; 


}
*/


.logo {

/* font-size: xx-large;
  width: 300px;
  height: 50px;
  margin-right: auto; */
}

img {
  max-width: 300px; /* Change to your desired width */
  height: 300px; /* Maintain the original aspect ratio */
}

.logo-img {

    cursor: pointer;
  height: 100%;
}
  


.insideheader {
    background-color: var(--color-primary);
   width: 100%; 
  /*  display: flex;
  justify-content: space-between;
  align-items: center; */
  
  }















