input { border-radius: 15px; height: 20px; width: 90%; margin-top: 5px; margin-bottom: 5px; box-shadow: 2px 2px #555; border: 1px solid #bbb !important; text-align: center; } input:hover { box-shadow: 3px 3px #555; } input:focus { outline: none; box-shadow: 3px 3px #555; } .venderForm { background-color: rgb(255, 255,255, 0.8); padding: 10px; margin-left: auto; margin-right: auto; width: 50%; border-radius: 30px; } input[type=submit] { background-color: aqua; /* border-radius: 0px; */ height: 30px; width: 180px; font-size: 80%; } textarea { width: 90%; } .newVendorTable { margin-left: auto; margin-right: auto; width: 60%; border: none; text-align: left; } .col1 td{ width: 33%; padding: 5px; } .alignCenter { text-align: center !important; } a { color: rgba(51, 128, 251); font-size: 110%; text-decoration: none; } a:hover { color: rgb(28, 75, 151); font-size: 110%; text-decoration: none; }