input.error {
    outline: 2px solid #980000;
}

#uploadBtn{
    width: 146px;
}

/*Change Autofill Background To White*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #545454 inset !important;
    -webkit-text-fill-color: #CFD8D8 !important;
}
