blob: 80e2345699727838bfc961851ed3f73e2ae69470 [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* {
Andreu2211ab22019-09-23 18:13:26 +02008 font-family: 'Open Sans';
Andreu4b2fbd92019-09-22 22:30:25 +02009}
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%;
Andreu2211ab22019-09-23 18:13:26 +020020
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}