#dropbox {
    border: 1px solid #c7c7c7;
    background-color: #e7e7e7;
    padding: 20px;
}

#dropbox.active {
    border: 1px solid #FF0000;
}

.progress-trough {
    border: 1px solid #000000;
    height: 24px;
    width: 100%;
    position: relative;
}

.progress-bar {
    width: 50%;
    height: 100%;
    background-color: #0099FF;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #1D272C inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #fff;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #1D272C inset;
    -webkit-text-fill-color: #fff;
}

input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 50px #1D272C inset;
    -webkit-text-fill-color: #fff;
}
