﻿#textInput {
    background-color: white;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    border: none;
    outline: none;
    border-bottom: 5px solid #daba33;
    color: white;
    padding-left: 10px;
    text-shadow: 2px 2px black;
}

#textInput:hover, #textInput:focus {
    border: none;
    outline: none;
    border-bottom: 5px solid #daba33;
}
