blob: 38f4d7f2770af12877b044e69d638bf048c109bd [file] [log] [blame]
Andreu Huguetfeeba522019-09-16 13:43:16 +02001body {
2 font-size: 24px;
avm999633915d5e2019-09-22 01:27:42 +02003
Andreu Huguetfeeba522019-09-16 13:43:16 +02004 background-image: url('https://images.unsplash.com/photo-1428196457394-f0c4aec5f574?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80');
5 background-size: cover;
6}
7
Andreu4b2fbd92019-09-22 22:30:25 +02008* {
9 font-family: Georgia, serif;
10}
11
Andreu Huguetfeeba522019-09-16 13:43:16 +020012#outter-container {
avm99963db383ed2019-09-22 02:14:42 +020013 margin: 32px auto;
avm999633915d5e2019-09-22 01:27:42 +020014 max-width: 800px;
15 width: 90%;
Andreu Huguetfeeba522019-09-16 13:43:16 +020016}
17
18#inner-container {
19 background-color: rgba(255,255,255, 0.8);
20 padding: 5%;
Andreu20cbd1d2019-09-22 00:00:57 +020021}
avm99963db383ed2019-09-22 02:14:42 +020022
23input[type="text"], input[type="password"], select {
24 margin-bottom: 8px;
25}