* {
	box-sizing: border-box;
}

body {
	margin: 0;
	position: relative;
}

body:before,
body:after {
	content: '';
	position: fixed;
	height: 100%;
	width: 150px;
	display: block;
	left: 0;
	top: 0;
	background-image: url('../images/background-left.5e604d059c5746b6.png');
}

body:after {
	background-image: url('../images/background-right.97ac1b8d13b84847.png');
	left: unset;
	right: 0;
}

p {
	margin: 0;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 3rem;
	position: relative;
	z-index: 1;
}

.logo {
	height: 75px;
	width: auto;
	max-height: 100%;
}

.hide {
	display: none;
}

.flex {
	display: flex;
	float: left;
}
.clear {
	clear: both;
}
