body { | |
font-size: 18px; | |
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: 'Open Sans'; | |
} | |
#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; | |
} |