Form styles

done
parent cb28e889
...@@ -34,6 +34,19 @@ body { ...@@ -34,6 +34,19 @@ body {
font-weight: normal; font-weight: normal;
} }
.form-container {
width: 650px;
background-color: #fff;
padding: 25px;
border-radius: 3px;
margin-left: auto;
margin-right: auto;
-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.04);
-moz-box-shadow: 0 0 25px rgba(0,0,0,0.04);
box-shadow: 0 0 25px rgba(0,0,0,0.04);
}
.form-control { .form-control {
box-shadow:none; box-shadow:none;
border-radius:0; border-radius:0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment