body{
	background-image: url('../img/bg.svg');
	background-position: center top;
	background-attachment: fixed;
}

.main{
	margin-bottom: 64px;
	 margin-top: 40px;
}

.logo{
	text-align: center;
	margin: 0 auto;
	padding-top: 32px;
}

.willow{
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	margin-top:0px;
	text-align: center;
}

.base{
	background: white;
	border-radius: 5px;
    border: 3px solid #85a3bb;
    padding: 20px;
	margin: 0 auto;
	padding-left: 32px;
	padding-right: 32px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
    max-width: 540px;
}