button, input, select, textarea {
    border: 1px solid White;
    padding: 5px 10px;
color:white;
    box-shadow: none;
    text-shadow: none;
    background: transparent;
}
button, input, select, textarea:hover {
    border: 1px solid White;
   }