body {
	background: #f5f9ff;
    padding: 5rem 0;
    background-image: url(../images/body-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 100vh;
}

.container {
	max-width: 768px;
}

div.logo {
	margin-bottom: 20px;
}