body {
	background: #f5f5f5;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: normal;
}

*, *:before, *:after {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  margin: 0;
	  padding: 0;
 }
 .ftb_landing_wrapper *, .ftb_landing_wrapper *:before, .ftb_landing_wrapper *:after {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  margin: 0;
	
 }
.ftb_landing_wrapper{
	font-family: 'Montserrat';
	width: 100%;
	background-color: #ffffff;
	position: relative;
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	height: 100vh;
}
.ftb_landing_wrapper a,
.ftb_landing_wrapper a:focus,
.ftb_landing_wrapper a:hover,
.ftb_landing_wrapper button{
	text-decoration:none;
	outline:0;
	-moz-box-shadow:0,0,0,#707070;
	-webkit-box-shadow:0,0,0,#707070;
	box-shadow:0,0,0,#707070;
	outline:0;
	text-decoration:none
}
.ftb_landing_wrapper img{
	max-width:100%;
	height:auto;
	display:block;
	border:0 none;
	outline:0
}
.ftb_landing_wrapper h1,
.ftb_landing_wrapper h2,
.ftb_landing_wrapper h3,
.ftb_landing_wrapper h4,
.ftb_landing_wrapper h5,
.ftb_landing_wrapper h6,
.ftb_landing_wrapper label,
.ftb_landing_wrapper span,
.ftb_landing_wrapper ol,
.ftb_landing_wrapper p,
.ftb_landing_wrapper ul{
	margin:0;
	font-weight:400;
	padding:0;
}
.ftb_landing_wrapper li{
	list-style:none
}
.ftb_landing_wrapper button,
.ftb_landing_wrapper input,
.ftb_landing_wrapper select,
.ftb_landing_wrapper textarea{
	font-family: 'Open Sans Condensed', sans-serif;
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:0 0;
	border:0 none
}

.ftb_landing_wrapper button,
.ftb_landing_wrapper input[type=submit]{
	cursor:pointer
}
/*  content css start*/
.ftb_landing_box{
	width: 400px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.ftb_landing_box h1{
	background: #113857;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	height: 60px;
	width: 100%;
	margin-bottom: 15px;
}
.ftb_landing_box h1 a{
	width: 200px;
	height: 29px;
	display: block;
}
.ftb_landing_box p{
	font-size: 16px;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
	line-height: 24px;
}
@media screen and (max-width: 575px){
	.ftb_landing_box{
		width: 100%;
	}
}
