.bg-primary{
    background-color:#4caf50 !important;
}
.btn-primary{
    background-color:#4caf50 !important;
    border: 1px solid #4caf50 !important;

}
.btn-primary:active{
    border-color:#4caf50 !important;
}
a{
    color: #4caf50 !important;
}
.d-inline{
    display:inline;
}

html{
    margin-top:0 !important;
}

@media (min-width: 768px){
    .container {
        width: 750px !important;
    }
}

@media (min-width: 992px){
    .container {
        width: 970px !important;
    }
}

@media (min-width: 1200px){
    .container {
        width: 1140px !important;
    }
}

#goToScanner:focus {
  box-shadow: 0 0 0 .2rem #33a4ff !important;
}
#goToScanner:hover {
  background-color: black !important;
}
