blob: 38f4d7f2770af12877b044e69d638bf048c109bd [file] [log] [blame]
body {
font-size: 24px;
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');
background-size: cover;
}
* {
font-family: Georgia, serif;
}
#outter-container {
margin: 32px auto;
max-width: 800px;
width: 90%;
}
#inner-container {
background-color: rgba(255,255,255, 0.8);
padding: 5%;
}
input[type="text"], input[type="password"], select {
margin-bottom: 8px;
}