blob: 5c6382fc234a27d3d5e6036c30cd1aad001b9463 [file] [log] [blame]
Andreu Huguetfeeba522019-09-16 13:43:16 +02001body {
2 font-size: 24px;
3 font-family: Helvetica;
avm999633915d5e2019-09-22 01:27:42 +02004
Andreu Huguetfeeba522019-09-16 13:43:16 +02005 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');
6 background-size: cover;
7}
8
9#outter-container {
avm99963db383ed2019-09-22 02:14:42 +020010 margin: 32px auto;
avm999633915d5e2019-09-22 01:27:42 +020011 max-width: 800px;
12 width: 90%;
Andreu Huguetfeeba522019-09-16 13:43:16 +020013}
14
15#inner-container {
16 background-color: rgba(255,255,255, 0.8);
17 padding: 5%;
Andreu20cbd1d2019-09-22 00:00:57 +020018}
avm99963db383ed2019-09-22 02:14:42 +020019
20input[type="text"], input[type="password"], select {
21 margin-bottom: 8px;
22}