img {
    width: 200px;
}

.login-form form input {
    margin-bottom: 15px;
 }

 html, .cont {
     height: 100%;
     width: 100%
 }

 body {
     min-height: 100%;
 }


a {
    color: whitesmoke;
    text-decoration: none;
}


 .container {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 30px;
}

.container .row {
    width: 80%;
}

.filters {
    margin-top: 15px;
    margin-bottom: 15px;
}

.myGrid {
    min-width: 600px !important;
}

.login-form div div {
    margin-bottom: 3px;
}

.item-input{
    width: 150px;
}
.upload-list {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: rgb(211, 211, 211);
    padding: 10px;
}

.delete-section {
    margin-top: 50px;
}

.delete-section div {
    margin-bottom: 15px;
}

.delete-items button {
margin: 0 10px 0 10px;
}

.btn-container{
    display: flex;
    justify-content:space-around;
}

#download-list-btn{
    border: 2px solid #efa666;
   background-color: #efa666;
   color: white;
}

#download-list-btn i {
    margin-right: 3px;
}

#download-list-btn:hover{
    background-color: white;
    color: #efa666;
    border: solid #efa666 2px;
 }


@media screen and (max-width: 600px) {
    img {
      width: 100px;
    }

    #btn-close {
        position: fixed;
        top: 15px;
        left: 15px;
    }

    #download-list-btn {
        position: fixed;
        border-radius: 50%;
        top: 15px;
        right: 15px;
        height: 60px;
        width: 60px;
    }
    #download-list-btn i {
        margin: 0;
        font-size: 30px;
    }

    #download-list-btn span {
        display: none;
    }

    h1 {
        font-size: 24px;
    }
  
    .list{
        padding: 0;
        height: 100%;
    }

    #myGrid{
        overflow: hidden;
    }
  

  }