.col-md-12 {
    padding-left:2px;
}


.dropdown-item {
    display: inline-block;
    width: auto;
    padding: 4px;   
}

a.dropdown-item:hover {
    background-color: #67757c !important;
}

div.card {
    background-color: #F1F1EF !important;
    border:0 !important;
}

/* Change the white to any color ;) */
/* WebKit browsers (Chrome, Safari, Edge) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #F1F1EF inset !important;
    background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9) !important;
    border-bottom: 1px solid #d9d9d9 !important;
    font-size: 1rem !important;
}

/* Firefox autofill styling */
input:-moz-autofill {
    background-color: #F1F1EF !important;
    background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9) !important;
    border-bottom: 1px solid #d9d9d9 !important;
    font-size: 1rem !important;
}