/* This applies all the design settings from properties.png automatically */
input[type="text"] {
    border: none !important;
    outline: none !important;
    box-shadow: none !important; /* Kept to ensure the black outline stays gone */
    //color: black !important;
    font-size: 19px !important;
    font-family: "Book Antiqua", serif !important;
}