@font-face {
    font-family: 'Circe Regular';
    src: url('../font/Circe-Regular.eot');
    src: url('../font/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/Circe-Regular.woff') format('woff'),
    url('../font/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Circe Bold';
    src: url('../font/Circe-Bold.eot');
    src: url('../font/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/Circe-Bold.woff') format('woff'),
    url('../font/Circe-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
	padding: 0px;
	margin: 0px;
}
a{
	text-decoration: none;
}
.main{
	width: 100%;
	max-width: 420px;
	height: 100vh;
	background-image: url('../images/bg.png');
	margin: 0 auto;
	position: relative;
}
.logo_a{
	position: absolute;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 5vh;
}
.logo{
	width: 200px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.main h1{
   position: absolute;
   margin-top: 15vh;
   font-family: 'Circe Bold';
   font-size: 30px;
   color: #231f20;
   float: left;
   width: 100%;
   text-align: center;
}
.main h3{
   position: absolute;
   margin-top: 24vh;
   font-family: 'Circe Bold';
   font-size: 24px;
   color: #231f20;
   float: left;
   width: 100%;
   text-align: center;
   line-height: 29px;
}
.main p{
    position: absolute;
    margin-top: 40vh;
    font-family: 'Circe Bold';
    font-size: 15px;
    color: #231f20;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 19px;
}
.btn_1_div{
    width: 100%;
    margin-top: 50vh;
    position: absolute;
}
.btn_1{
	  width: 100%;
}
.span_btn_1{
    position: absolute;
    font-size: 14px;
    font-family: 'Circe Regular';
    color: #231f20;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 18px;
    margin-top: 66vh;
}
.span_btn_1 i{
	color: #006cb1 !important;
}
.btn_2_div{
    width: 100%;
    margin-top: 74vh;
    position: absolute;
}
.btn_2{
	  width: 100%;
}
.span_btn_2{
    position: absolute;
    font-size: 14px;
    font-family: 'Circe Regular';
    color: #231f20;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 18px;
    margin-top: 90vh;
}
.main a{
   position: absolute;
   float: left;
   width: 100%;
   text-align: center;
}
@media screen and (max-width: 330px){
	.logo{
		width: 175px;
	}
	.main h3{
		font-size: 21px;
	}
	.main p{
		font-size: 12px;
		margin-top: 41vh;
	}
	.span_btn_1{
		margin-top: 51vh;
	}
	.span_btn_1{
		line-height: 17px;
    margin-top: 66vh;
    font-size: 12px;
	}
	.span_btn_2{
		line-height: 17px;
    margin-top: 89vh;
    font-size: 12px;
	}
}