body{
    background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR52qm5fPevMV6VCyTuXvZfRgKsLsGNYyrdkA&s');
    background-size: cover;
}

.container{
    background-color: white;
    border-radius: 10px;
    margin: 100px;
    max-width: 70%;  
}

input{
	width: 330px;
	height: 40px;
	border-radius: 6px;
    border-color: #808080;
    padding-left: 5px;
    margin-top: 0px;
}

label{
    margin-bottom: 0%;
}