.form { 
    height: 40px; 
    position: fixed; 
    bottom:0%;
    width:100%; 
    background-color: #393838; 
    opacity: 1;
}

.mr-10 {
    margin-right: 10px !important;
  }