body{
    width: 100vw;
    top: 0;
    left: 0;
    margin: 0px !important;
    background-color: #2E2E2E;
    position: absolute !important;
    
}

.main-container{
    margin: 0px;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #2E2E2E;
}


.container{
  position: absolute;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap:wrap;
    left: 0;
    top: 0; 
    height: calc(100vh - 60px);
    border: unset;
    background: url("img-default.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow-y: scroll;
}

.container-f{
  position:absolute;
  height: calc(100vh - 60px);
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap:wrap;
  left: 0;
  top: 0; 
  border: unset;
  background: url("img-log.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow-y: scroll;
}

.container::-webkit-scrollbar{
  display: none;
}
.container-f::-webkit-scrollbar{
  display: none;
}

.navbar{
    position: fixed;
    min-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 60px;
    margin-top: 20px;
    align-items: center;
    border: solid 3px #000000;
    border-left: unset;
    border-right: unset;
    background-color: #141414;
    border-top: unset;
    left: 0;
    top: 0;
    margin: 0;
    color: #E1E1E1;
    backdrop-filter: blur(4px);
}

.nav-title{
    font-weight: 900;
    font-size: 40px;
    padding-right: 20px;
    padding-left: 20px;
    height: 50px;
    min-width: fit-content;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition-delay: 0.1s
}

.nav-title:hover{
    background-color: rgba(51, 62, 71, 0.5);
    border-radius: 10px;
}





.form-container {
    width: 100%;
    box-sizing: border-box;
    margin-top: 7em;
    
}

.form-box{
    margin: 0 auto;
    width: 600px;
    border: double white;
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.644);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1em;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    backdrop-filter: blur(14px);
}

.form-title{
    margin-top: 1em;
    font-size: 3em;
    margin-left: 1em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
    ;
    color : blue;
    text-decoration: underline black 1px;
}

.form-content{
    margin-top: 3em;
    padding: 1em;
    margin-bottom: 0;
    margin-left: 4em;
    margin-right: 2em;
}

.input-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    font-size: 1.6em;
    font-weight: 900;
    margin-top: 1em;
}

input{
    height: 28px;
    max-width: 300px;
}

label{
    color: rgb(73, 73, 207);
    text-shadow:
    0 0 10px rgb(73, 73, 207),
}

input:focus{
  outline: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.submit{
    background-color: blue;
    color: white;
    font-weight: bolder;
    border: none;
    height: 40px;
    width: 100px;
    border-radius: 1em;
    line-height: 40px;
    margin-top: 4em;
    margin-left: 28em;
}

.logge{
    font-weight: 900;
    color: blue;
    margin-left: 2em;
    margin-bottom: 0;
    cursor: pointer;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.bottom-bar{
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 50px;
    margin: 0;
    border-top: solid #1b1b1b;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: row-reverse;
    background-color: #444746;
}


.card {
    width: 164px;
    height: 276px;
    background: rgb(0, 0, 0);
    border: 3px solid rgb(17, 4, 94);
    border-radius: 15px;
    position: relative;
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    transition: all 1s ease;
    color: antiquewhite;
    margin-right: 20px;
    margin-top: -25px;
  }
  
  .card::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 10px;
    right: 77px;
    border-radius: 50%;
    background-color: rgb(17, 4, 94);
  }
  
  .card__date {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  
  .time {
    font-size: 1.5em;
  }
  
  .popup {
    background-color: #444746;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    font-size: .8em;
    padding: 3px;
    cursor: pointer;
  }

  .popup:hover{
    background-color: #575c5a
  }
  
  .popup .title {
    font-size: 9px;
    color: #9cbde2;
  }
  
  .card__date , .popup {
    opacity: 0;
    transition: all .5s ease;
  }
  
  .card:hover {
    transform: translateY(-150px);
    box-shadow: 0px 0px 10px 10px #289FED;
  }
  
  .card:hover .card__date , .card:hover .popup {
    opacity: 1;
  }


@media screen and (max-width: 1024px) {
  .connect{
      font-size: 28px !important;
  }
  .nav-title{
    font-size: 100% !important;
  }
}