diff --git a/static/style.css b/static/style.css
index 249b260a3993528e27f8d814abbba4e709c81fc3..6aebeddd93c02ff5127fb67bdcf7a23f50b4a307 100644
--- a/static/style.css
+++ b/static/style.css
@@ -16,13 +16,12 @@ display: table;
 .form input {
 font-family: "Roboto", sans-serif;
 outline: 0;
-background: #f2f2f2;
 width: 100%;
-border: 0;
 margin: 0 0 15px;
 padding: 15px;
 box-sizing: border-box;
 font-size: 14px;
+border: solid #b3b3b3;
 }
 .form button {
 font-family: "Roboto", sans-serif;