@charset "utf-8";
/* CSS Document */

/*--------RESET-CSS--------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#f2f4fd;
	color:#000000;
	text-align:center;
	font-family: 'Satoshi';
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0; padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none; color: inherit; text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.wrapper{
	overflow:hidden;
	}
/*--------fonts--------*/
@font-face {
    font-family: 'Satoshi';
	src: url('Satoshi-Regular.woff2') format('woff2'),
	url('Satoshi-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Satoshi';
    src: url('Satoshi-Bold.woff2') format('woff2'),
	url('Satoshi-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Satoshi';
    src: url('Satoshi-Black.woff2') format('woff2'),
    url('Satoshi-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
	}
@font-face {
	font-family: 'Clash Display';
	src: url('ClashDisplay-Bold.woff2') format('woff2'),
	url('ClashDisplay-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}


/*--------MAIN-CSS--------*/
.main_contents{
	float:left;
	width:100%;
	padding:40px 0 60px;
	}
.main_container {
	width:834px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.form_box{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #828bbb;
	box-shadow:-6px 6px 0 0 #21c8ff;
	-webkit-box-shadow:-6px 6px 0 0 #21c8ff;
	}
.form__logo{
	float:left;
	width:100%;
	margin-top:35px;
	}
.form__logo img{
	display:block;
	margin:0 auto;
	}
.form__head{
	float:left;
	width:100%;
	margin-top:25px;
	font-family: 'Clash Display';
	color:#1e2e80;
	font-size:40px;
	line-height:46px;
	font-weight:700;
	letter-spacing:1px;
	word-spacing:5px;
	text-transform:uppercase;
	}
.form_box form{
	float:left;
	width:100%;
	text-align:left;
	}
.form__row{
	float:left;
	width:100%;
	padding:20px 60px 45px;
	border-bottom:1px solid #dfe1ed;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.form__row:last-child{ border-bottom:none;}
.form__field{
	width:100%;
	margin-top:25px;
	}
.half_field{ width:48%;}
.one_third__field { width:30%;}
.form__label{
	display:inline-block;
	vertical-align:top;
	color:#000;
	font-size:18px;
	line-height:18px;
	font-weight:400;
	letter-spacing:0.5px;
	}
.form__input_field{
	float:left;
	width:100%;
	height:55px;
	margin-top:6px;
	border-radius:5px;
	overflow:hidden;
	position:relative;
	border:1px solid #b4b4b4;
	}
.form__input_field input,
.form__input_field select,
.form__input_field textarea{
	float:left;
	width:100%;
	height:100%;
	border:none;
	appearance:none;
	outline:none;
	padding:0 15px;
	font-family: 'Satoshi';
	color:#000;
	font-size:18px;
	line-height:18px;
	font-weight:400;
	letter-spacing:0.5px;
	}
.form__textarea_field{ height:135px;}
.form__input_field textarea{ resize:none; padding-top:15px;}
.form__input_field select{
	background:url(../images/dropdown.png) no-repeat 92% 50%;
	}
.form_check{
	width:100%;
	margin-top:20px;
	padding-left:30px;
	}
.form__check_input{
	color:#1e1e1e;
	font-size:16px;
	line-height:16px;
	font-weight:400;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	}
.form_terms{
	color:#545454;
	text-decoration:underline;
	text-underline-offset:3px;
	}
.form__check_input input[type=checkbox] {
	position: absolute;
	opacity: 0;
	}
.form__check_input input[type=checkbox] + span {
	width: 20px;
	height: 20px;
	background:#ffffff;
	border-radius:4px;
	position: relative;
	border:1px solid #b6b6b6;
	}
.form__check_input input[type=checkbox] + span {
	position: absolute;
	left: -30px;
	}
.form__check_input input[type=checkbox]:checked + span{ background:#000;}
.form__check_input input[type=checkbox]:checked + span:after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	background: url(../images/check.png) no-repeat center center;
	background-size: 100%;
	left: 3px;
	top: 3px;
	}
.button__box{
	float:left;
	width:100%;
	margin-top:50px;
	text-align:center;
	}
.button__cover{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:300px;
	}
.submit_button{
	float:left;
	width:100%;
	height:70px;
	background:#fb3c98;
	border-radius:10px;
	border:none;
	outline:none;
	font-family: 'Satoshi';
	color:#fff;
	font-size:20px;
	line-height:20px;
	font-weight:700;
	letter-spacing:0.5px;
	cursor:pointer;
	box-shadow:0 0 0 #21c8ff, 0 0 0 #1e2e80;
	transition:all 125ms ease-out 0s;
	}
.button__cover:hover .submit_button{
	transform:translate(-18px, -18px);
	box-shadow:6px 6px 0 #21c8ff, 12px 12px 0 #1e2e80;
	}
.form_login{
	float:left;
	width:100%;
	margin-top:15px;
	color:#1e1e1e;
	font-size:18px;
	line-height:18px;
	font-weight:400;
	}
.form_login a{
	text-decoration:underline;
	text-underline-offset:3px;
	}


.pass__form_box{
	padding:0 50px;
	}
.password__text{
	float:left;
	width:100%;
	margin-top:25px;
	color:#000;
	font-size:18px;
	line-height:26px;
	font-weight:400;
	letter-spacing:0.5px;
	}
.pass_row{
	justify-content:center;
	}
.pass_row .form__field{ width:70%;}

.step__header{
	float:left;
	width:100%;
	}
.header__img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.input_caption{
	float:left;
	width:100%;
	margin-top:10px;
	color:#6c6c6c;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	letter-spacing:0.5px;
	padding-left:30px;
	position:relative;
	}
.input_caption img{
	position:absolute;
	top:1px;
	left:8px;
	width:14px;
	}
.step1_row{
	padding:20px 25px 45px;
	justify-content:center;
	}
.step1_row .form__field { width: 50%;}
.numbers_info{
	float:left;
	width:100%;
	margin-top:60px;
	text-align:center;
	}
.numbers_info thead{
	float:left;
	width:100%;
	}
.numbers_info thead tr{
	float:left;
	width:100%;
	background:#ebeefb;
	padding:16px 30px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	}
.numbers_info thead tr th{
	color:#000;
	font-size:18px;
	line-height:18px;
	font-weight:900;
	letter-spacing:0.5px;
	text-transform:uppercase;
	}
.numbers_info thead tr th:first-child{ width:25%; text-align:left;}
.numbers_info thead tr th:nth-child(2),
.numbers_info thead tr th:nth-child(3){
	width:10%;
	}
.numbers_info thead tr th:last-child{
	width:11%;
	text-align:right;
	}
.numbers_info tbody{
	float:left;
	width:100%;
	}
.numbers_info tbody tr{
	float:left;
	width:100%;
	padding:16px 30px;
	border-bottom:1px solid #d8d8d8;
	display:flex;
	align-items:center;
	justify-content:space-between;
	}
.numbers_info tbody tr:last-child{ border-bottom:none;}
.numbers_info tbody tr td:first-child{
	width:25%;
	color:#000;
	font-size:16px;
	line-height:16px;
	font-weight:700;
	text-align:left;
	}
.numbers_info tbody tr td:nth-child(2),
.numbers_info tbody tr td:nth-child(3){
	width:10%;
	}
.numbers_info tbody tr td:nth-child(2) img,
.numbers_info tbody tr td:nth-child(3) img{
	display:block;
	margin:0 auto;
	width:19px;
	}
.numbers_info tbody tr td:last-child{ width:11%;}
.table_button{
	float:right;
	width:80px;
	height:25px;
	border:none;
	outline:none;
	background:#1e2e80;
	border-radius:6px;
	cursor:pointer;
	font-family: 'Satoshi';
	color:#fff;
	font-size:12px;
	line-height:12px;
	font-weight:600;
	letter-spacing:0.5px;
	text-transform:uppercase;
	}
.step1_button_icon{
	display:inline-block;
	vertical-align:middle;
	width:32px;
	margin:-9px 10px 0 0;
	}
.step1_submit_button{
	float:left;
	width:100%;
	height:70px;
	background:#1e2e80;
	border-radius:10px;
	font-family: 'Satoshi';
	color:#fff;
	font-size:20px;
	line-height:70px;
	font-weight:700;
	letter-spacing:0.5px;
	}
#getImg{
	opacity:0;
	cursor:pointer;
	}
.file__button{
	position:absolute;
	top:6px;
	right:10px;
	width:120px;
	height:40px;
	background:#1e2e80;
	border-radius:10px;
	border:none;
	outline:none;
	font-family: 'Satoshi';
	color:#fff;
	font-size:18px;
	line-height:18px;
	font-weight:600;
	letter-spacing:0.5px;
	padding-bottom:6px;
	}
.file__placeholder{
	position:absolute;
	top:16px;
	left:15px;
	color:#1a1a1a;
	font-size:18px;
	line-height:18px;
	font-weight:400;
	letter-spacing:0.5px;
	}

.verification__box{
	float:left;
	width:100%;
	padding:75px 50px 100px;
	}
.verification__rejected{
	float:left;
	width:100%;
	}
.verification__rejected img{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:177px;
	}
.verify__head{ color:#000; margin-top:40px;}
.reason_text{
	float:left;
	width:100%;
	margin:30px 0 0;
	color:#ef0000;
	font-size:24px;
	line-height:28px;
	font-weight:400;
	letter-spacing:0.5px;
	}


/*--------COMMON--------*/
.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
	

/*--------Media-Querry--------*/
@media only screen and (max-width:1023px){
.main_container{width:750px;}
.showDesk{display: none;}
.showTab{display: block;}

.submit_button {transform:translate(-10px, -15px); box-shadow:6px 6px 0 #21c8ff, 12px 12px 0 #1e2e80;}

.pass__form_box { padding: 0 30px;}

.step1_row { padding: 0px 25px 45px;}
.numbers_info { margin-top: 40px;}
.numbers_info thead tr th:first-child { width: 30%;}
.numbers_info thead tr th:last-child { width: 15%;}
.numbers_info tbody tr td:first-child { width: 30%;}
.numbers_info tbody tr td:last-child { width: 15%;}
}

@media only screen and (max-width:767px){
.main_container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.main_contents { padding: 25px 0 30px;}
.form__logo { margin-top: 20px;}
.form__logo img { width:80px;}
.form__head { margin-top:20px; font-size: 28px; line-height: 32px; padding: 0 10px;}
.form__row { padding:10px 15px 35px;}
.half_field, .one_third__field {width:100%;}
.form__label { font-size: 16px; line-height: 16px;}
.form__input_field { height: 50px; margin-top: 0;}
.form__input_field select { background-size:16px;}
.form__input_field input, .form__input_field select { font-size: 16px; line-height: 16px;}
.form__check_input { font-size:13px; line-height: 20px; letter-spacing:0;}
.form__check_input input[type=checkbox] + span { top:-2px;}
.button__cover { max-width: 250px;}
.submit_button {transform:translate(-8px, -10px); height:60px;}

.form_login { font-size: 16px; line-height: 16px;}

.pass__form_box { padding: 0 15px;}
.password__text { margin-top: 15px; font-size: 16px; line-height: 24px;}
.pass_cover.button__cover { max-width: 280px;}
.pass_cover .submit_button{ font-size:18px;}
.pass_row .form__field { width: 100%;}

.step1_row form { width: 100%;}
.step1_row .form__field { margin-top: 10px; width:100%;}
.input_caption { margin-top: 10px; font-size: 13px; line-height: 17px; padding-left: 22px;}
.input_caption img { left: 2px;}
.numbers_info { margin-top: 25px;}
.numbers_info thead tr { padding: 12px 5px;}
.numbers_info tbody tr { padding: 12px 5px;}
.numbers_info thead tr th { font-size: 12px; line-height: 16px; letter-spacing:0;}
.numbers_info thead tr th:first-child { width: 35%;}
.numbers_info thead tr th:nth-child(2), .numbers_info thead tr th:nth-child(3) { width: 12%;}
.numbers_info thead tr th:last-child { width: 21%;}
.numbers_info tbody tr td:first-child { width: 35%; font-size: 12px;}
.numbers_info tbody tr td:nth-child(2), .numbers_info tbody tr td:nth-child(3) { width: 12%;}
.numbers_info tbody tr td:nth-child(2) img, .numbers_info tbody tr td:nth-child(3) img { width: 15px;}
.numbers_info tbody tr td:last-child { width: 21%;}
.table_button { width: 50px; height: 20px; border-radius: 4px; font-size: 10px;}
a.submit_button { line-height: 56px;}
.step1_button_icon { width: 26px; margin: -8px 10px 0 0;}

.form__textarea_field { height: 100px;}
.form__textarea_field textarea { font-size:14px;}
.file__button { top: 7px; width: 80px; height: 34px; font-size: 14px; padding-bottom: 4px;}
.file__placeholder { font-size: 14px; line-height: 14px;}

.verification__box { padding: 30px 25px 30px;}
.verification__rejected img { width: 100px;}
.reason_text { margin: 15px 0 0; font-size: 20px; line-height: 24px;}
}