@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800&display=swap');
.wrapper{
	width:100%;
	height:100vh;	
	background-image:url(../img/bg2.png),url(../img/bg1.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:top center,bottom center;
	background-color:#ff3737;
	padding:15px 30px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	max-width:500px;
	margin:0 auto
}
.logo{
	max-width:100px
}
h2{
	font-size:18px;
	margin:0
}
h1{
	font-size:18px;
	font-weight:800;
	text-shadow: 2px 2px #a70404;
	margin:0
}
.cta{
	padding:0 15px
}
.btn{
	background:#fff;
	border:solid 2px #a70404;
	display:block;
	margin-top:10px;
	border-radius:15px;
	padding:10px 15px
}
.btn img{
	height:30px
}