#input{
    width: 400px;
}
input::file-selector-button {
    font-weight: bold;
    color: dodgerblue;
    padding: 1em;
    border: thin solid grey;
    border-radius: 3px;
}

#error-log>p:last-child{
    color: red;
}