* {
	-webkit-font-smoothing: antialiased;
}
body {
	position: relative;
	background: #4879A7;
	background-image: linear-gradient(109.23deg, #4879A7 16.91%, #8056B6 84.03%); /* W3C */
	background-size: cover;
	background-repeat: no-repeat;
}

body .curves {
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-image: url('../img/curves.png'), linear-gradient(109.23deg, #4879A7 16.91%, #8056B6 84.03%); /* W3C */
	background-size: cover;
	z-index: -1;
}

header {
	padding: 30px 0;
}

div#main {
	color: #fff;
	height: 100%;
}

h1,.h1 {
	color: #fff;
	font-size: 60px;
	line-height: 59px;
	letter-spacing: 0.15px;
	font-weight: 300;
}

p {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.15px;
	font-weight: 300;
}

.go-back-wrapper {
	margin-top: 35px;
}

button {
	color:  #fff;
	background-color: transparent;
	padding: 0;
	border: 0;
}
button svg {
	width: 49px;
	height: 49px;
	color: #fff;
	transition: all .3s ease-in-out;
}
button:hover svg,
button:focus svg,
button:hover:focus svg {
	transform: scale(1.2);
}
button span {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	margin-left: 15px;
}
button:hover span,
button:focus span,
button:hover:focus span {
	text-decoration: underline;
}

@media screen and (min-width: 576px) {
	html, body, #main .container, #main .row {
		height: 100%;
	}
	header {
		padding: 30px 15px;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
	}
}
