        body {
          margin: 0;
          padding: 0;
          font-family: "Bungee Shade", sans-serif;
          background-color: #fff;
          color: #000;
        }

#login-container {
position: absolute;
top: 55%;
left: 50%;
margin-top: -160px; 
margin-left: -160px; 
margin-bottom: 200px;
color: #000;
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
text-align: center;
font-family: Arial, sans-serif;
background-size: cover;
width: 300px;

}

.con {
    display: flex;
    justify-content: center;
    align-items: center;
}

#login-containertva {
    margin-top: 100px;
    color: #000;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-family: Arial, sans-serif;
    background-size: cover;
    width: 500px; 
}

#login-containertva h2 {
    color: #000;
}

#login-containertva input {
    padding: 13px;
    margin: 8px 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 5px;
    border: none; 
    border-color: #aaaaaa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.9); 
}

#login-containertva input[type="submit"] {
    background-color: #4A4A4A;
    color: #fff;
    padding: 14px 20px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#login-containertva input[type="submit"]:hover {
    background-color: #7a7a7a;
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.form-row label {
    flex: 1;
    margin-right: 10px;
}

.form-row label:last-child {
    margin-right: 0;
}

        #login-container h2 {
            color: #000;
        }

        #login-container input {
            padding: 13px;
            margin: 8px 0;
            width: 100%;
            box-sizing: border-box;
            margin-bottom: 20px;
            border-radius: 5px;
            border: none; 
            border-color: #aaaaaa;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.9); 
        }

        #login-container input[type="submit"] {
            background-color: #4A4A4A;
            color: #fff;
            padding: 14px 20px;
            font-size: 17px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        #login-container input[type="submit"]:hover {
            background-color: #7a7a7a;
        }

        form + form {
            margin-top: 20px;
        }

.login-knapp {
  color: #fff;
}

    .invisible-spaceee {
       margin-bottom: 30px; 
       background-color: transparent;
       display: block;
       content: "";
       height: 0;
      }

.reg {
  cursor: pointer;
  font-size: 15px;
  color: #5e636e;
}

.knapp-container {
  display: flex;
  justify-content: right;
  align-items: right;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  max-width: 1870px;
}

.knapp-lank {
  padding: 10px 20px; 
  text-decoration: none;
  background-color: #027FDF;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 17px; 
  font-weight: normal;
}

.knapp-lank:hover {
  background-color: #028FFA; 
}

.reg-text {
  text-align: center;
}

.reg-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reg-lank {
  padding: 10px 20px; 
  text-decoration: none;
  background-color: #027FDF;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 17px; 
  font-weight: normal;
}

.reg-lank:hover {
  background-color: #028FFA; 
}

      .banner {
          display: flex;
          flex-direction: column;
          align-items: left;
          justify-content: center;
          background-color: #ffffff;
          padding: 0px;
          text-align: left;
          font-size: 25px;
          font-weight: bold;
          border-radius: 0px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          color: #000;
          position: relative;
      }

      .ice {
          width: 120px;
          height: auto;
          margin-right: 10px;
          cursor: pointer;
      }

      .menu-icon {
          display: none;
          cursor: pointer;
          font-size: 30px;
          position: absolute;
          right: 20px;
          top: 57px;
          transform: translateY(-50%);
      }

    .menu-knapp {
        display: flex;
        cursor: pointer;
        transition: color 0.4s ease;
        color: #000;
        text-decoration: none;
        margin-left: 355px;
        position: absolute;
        top: 50px;
        font-size: 17px;
    }

    .menu-knapptva {
        display: flex;
        cursor: pointer;
        transition: color 0.4s ease;
        color: #000;
        text-decoration: none;
        margin-left: 190px;
        position: absolute;
        font-weight: normal;
        top: 50px;
        font-size: 17px;
    }

.menu-knapptva:hover {
    color: #14c6fc;
}

    .menu-knapptre {
        display: flex;
        cursor: pointer;
        transition: color 0.4s ease;
        color: #000;
        text-decoration: none;
        font-weight: normal;
        margin-left: 260px;
        position: absolute;
        top: 50px;
        font-size: 17px;
    }

.menu-knapptre:hover {
    color: #14c6fc;
}

      .logga-knapp {
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          left: 0;
          right: 0;
          top: 470px;
          margin-left: -50px;
      }

      .logga-lank {
          padding: 8px 20px;
          text-decoration: none;
          background-color: #3fa6c5;
          color: #fff;
          border: none;
          border-radius: 40px;
          cursor: pointer;
          margin-top: -7px;
          transition: background-color 0.5s ease;
          font-size: 17px;
          font-weight: normal;
          white-space: nowrap;
      }

      .logga-lank:hover {
          background-color: #1963c5;
      }

      .menu-popup {
          display: none;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          width: 300px;
          background-color: rgba(0, 0, 0, 0.0);
          justify-content: center;
          align-items: center;
          z-index: 1;
          animation-name: fadeIn;
          animation-duration: 0.5s;
      }

      @keyframes slideInRight {
          from {
              transform: translateX(300px);
          }

          to {
              transform: translateX(0);
          }
      }

      @keyframes slideOutRight {
          from {
              transform: translateX(0);
          }

          to {
              transform: translateX(300px);
          }
      }

      .menu-popup-content {
          background-color: #e7e7e7;
          padding: 100px 12px 12px 12px;
          border-radius: 10px;
          height: 610px;
          text-align: center;
      }


      .imggg {
          display: inline-block;
          font-size: 40px;
          position: absolute;
          top: 8%;
          right: 760px;
          transform: translateY(-50%);
          max-width: 60px;
      }

      .menu-popup-content a {
          color: #000;
          border: 0px solid black;
          transition: background-color 0.3s ease;
          border-radius: 10px;
          padding: 10px;
          text-decoration: none;
          font-size: 18px;
          display: block;
          margin-bottom: 10px;
      }

      .menu-popup-content a:hover {
          background-color: #a9a9a9;
      }

      .close-btn {
          position: absolute;
          top: 5%;
          right: 20px;
          font-size: 35px;
          cursor: pointer;
          color: #000;
      }

@media (max-width: 600px) {
    .form-row {
        flex-direction: column;
        margin-bottom: 0;
    }

    .form-row label {
        margin-right: 0;
        margin-bottom: 20px;
    }

#login-containertva {
position: absolute;
top: 55%;
left: 48%;
margin-top: -160px; 
margin-left: -160px; 
margin-bottom: 200px;
color: #000;
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
text-align: center;
font-family: Arial, sans-serif;
background-size: cover;
width: 300px;

}
}

#login-container {
position: absolute;
top: 55%;
left: 48%;
margin-top: -160px; 
margin-left: -160px; 
margin-bottom: 200px;
color: #000;
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
text-align: center;
font-family: Arial, sans-serif;
background-size: cover;
width: 300px;

}

@media screen and (max-width: 1050px) {

        .menu-icon {
          display: inline-block;
          cursor: pointer;
          font-size: 30px;
          position: absolute;
          right: 20px;
          top: 57px;
          transform: translateY(-50%);
      }

          .menu-knapp {
        display: none;
        cursor: pointer;
        transition: color 0.4s ease;
        font-size: 19px;
        color: #000;
        text-decoration: none;
        margin-left: 435px;
        position: absolute;
        top: 50px;
    }

.menu-knapp:hover {
    color: #14c6fc;
}

    .menu-knapptva {
        display: none;
        cursor: pointer;
        transition: color 0.4s ease;
        font-size: 19px;
        color: #000;
        text-decoration: none;
        margin-left: 230px;
        position: absolute;
        top: 50px;
    }

.menu-knapptva:hover {
    color: #14c6fc;
}

    .menu-knapptre {
        display: none;
        cursor: pointer;
        transition: color 0.4s ease;
        color: #000;
        text-decoration: none;
        font-weight: normal;
        margin-left: 260px;
        position: absolute;
        top: 50px;
        font-size: 17px;
    }
