.bg{
	background: url('../img/desktop8.jpg') no-repeat;
background-attachment: fixed;
	width:100%;
	height: 100vh;
	background-size:cover;
}
.form-container{
	position: absolute;
	top: 15vh;
	background-color: rgb(255, 255, 255 );
	opacity: 0.9;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px #000;
	width: 90%;

}
@media only screen and (max-width: 1024px){
	.bg{
		background-size:350%; 
	}
}