*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
}

.container{
	max-width: 450px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

header{
	padding-top: 30px;
}

.logo{
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	color: #112135;
}

.logo span{
	position: relative;
}

.logo span:after{
	content: "";
	width: 25px;
	height: 38px;
	background: url(img/logo.png) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: 11px;
	right: -28px;
}


.info{
	margin-top: 15px;
	width: 100%;
	height: 45px;
	background: #EFF4FD;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	color: #1563F7;
}

.info img{
	display: block;
	margin-right: 10px;
}

h1{
	font-size: 30px;
	line-height: 37px;
	color: #0D1C34;
	display: block;
	text-align: center;
	margin-top: 25px;
	font-weight: 600;
}

h1 span{
	color: #1563f7;
}

.sub_title{
	display: block;
	margin-top: 15px;
	text-align: center;
	color: #656d82;
	line-height: 23px;
	font-size: 16px;
}

form{
	margin-top: 25px;
}

form input{
	width: 100%;
	height: 55px;
	border: 1px solid #E3E7EE;
	border-radius: 10px;
	margin-top: 15px;
	font-size: 16px;
	padding-left: 55px;
	outline: none;
}

form input:first-child{
	margin-top: 0;
}

form input[name=firm]{
	background: url(img/firm_icon.png) no-repeat;
	background-size: 25px;
	background-position: 19px center;
}


form input[name=email]{
	background: url(img/email_icon.png) no-repeat;
	background-size: 22px;
	background-position: 19px center;
}





button{
	width: 100%;
	height: 55px;
	margin-top: 25px;
	display: block;
	color: #fff;
	background: #0A5BF6;
	border-radius: 10px;
	outline: none;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
}

button img{
	display: block;
	margin-right: 10px;
}

.safe{
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
	color: #777778;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.safe img{
	display: block;
	margin-right: 2px;
}

.excell{
	margin-top: 35px;
}

.excell_head{
	text-align: center;
	font-size: 30px;
	color: #0D1C34;
	line-height: 36px;
	font-weight: 600;
}

.excell_head span{
	color: #0A5BF6;
}

.excell_wrap{
	margin-top: 30px;
}

.excell_item:not(:first-child){
	margin-top: 25px;
}

.excell_icon{
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background: #EAF0FC;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.excell_title{
	text-align: center;
	font-size: 18px;
	color: #0D1C34;
	font-weight: 600;
}

.excell_desc{
	margin-top: 5px;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	color: #797979;
}

footer{
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #F7F8FC;
	margin-top: 30px;
	font-weight: 500;
}