blob: 88dfeb2abec5dff9a2d84099aef5cd2464b803da [file] [log] [blame]
Andreu Huguetfeeba522019-09-16 13:43:16 +02001body {
Andreu0d0f9fd2019-09-23 03:56:08 +02002 font-size: 18px;
Andreu Huguetfeeba522019-09-16 13:43:16 +02003 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');
4 background-size: cover;
5}
6
Andreu4b2fbd92019-09-22 22:30:25 +02007* {
8 font-family: Georgia, serif;
9}
10
Andreu Huguetfeeba522019-09-16 13:43:16 +020011#outter-container {
avm99963db383ed2019-09-22 02:14:42 +020012 margin: 32px auto;
avm999633915d5e2019-09-22 01:27:42 +020013 max-width: 800px;
14 width: 90%;
Andreu Huguetfeeba522019-09-16 13:43:16 +020015}
16
17#inner-container {
18 background-color: rgba(255,255,255, 0.8);
19 padding: 5%;
Andreu20cbd1d2019-09-22 00:00:57 +020020}
avm99963db383ed2019-09-22 02:14:42 +020021
22input[type="text"], input[type="password"], select {
23 margin-bottom: 8px;
24}