

.sign_in_body {
	font-size: 0;
}

.sign_in_title_wrapper{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #666;
	padding: 20px 0 30px;
	margin-bottom: 30px;
}

.sign_in_title{
	font-family: akrobat_bold;
	font-size: 28px;
	margin-bottom: 8px;
	color: #fff;
	letter-spacing: 2px;
}

.sign_in_description{
	font-family: akrobat;
	font-size: 14px;
	color: #bbb;
	letter-spacing: 1px;
}

.progress_wrapper{
	width: 766px;
	font-size: 0;
	margin: 0 auto 70px;
	position: relative;
}

.progress_dash_line{
	position: absolute;
	top: 40px;
	width: 500px;
	border-bottom: 1px dashed #666;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.progress_body{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 80px;
}

.progress_body:last-child{
	margin-right: 0;
}

.progress_image_wrapper{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #000;
}

.progress_image{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 48px;
	height: 45px;
	background-image: url('../../images/progress_image1_active.png');
}

.progress_title{
	font-size: 16px;
	color: white;
	height: 114px;
	letter-spacing: 2.5px;
	line-height: 214px;
}

.progress_image2{
	width: 63px;
	height: 45px;
	background-image: url('../../images/progress_image2_active.png');
}

.progress_image3{
	width: 37px;
	height: 33px;
	background-image: url('../../images/progress_image3_active.png');
}

.progress_body.active .progress_title{
	color: #bbb;
}

.progress_body1.active .progress_image1{
	background-image: url('../../images/progress_image1_active.png');
}

.progress_body2.active .progress_image2{
	background-image: url('../../images/progress_image2_active.png');
}

.progress_body3.active .progress_image3{
	background-image: url('../../images/progress_image3_active.png');
}

.sign_in_small_title{
	font-family: akrobat_bold;
	font-size: 18px;
	color: #bbb;
	margin-bottom: 26px;
	letter-spacing: 3px;
}

.personal_input_wrapper{
	width: 100%;
	font-size: 0;
}

.input_wrapper {
	width: 100%;
	margin-bottom: 24px;
	padding: 8px 14px;
	border: 1px solid #ccc;
	font-size: 14px;
	letter-spacing: 1.5px;
	color: white;
	display: table;
	background-color: rgba(0,0,0,0.5);
}

.input_title {
	display: table-cell;
	vertical-align: middle;
	line-height: 26px;
	width: 1px;
	white-space: nowrap;
	border-right: 1px solid #ccc;
	padding-right: 14px;
}

.input_body {
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
	line-height: 26px;
	background: transparent;
	color: white;
	width: 100%;
}

.input_wrapper_box{
	display: inline-block;
	vertical-align: top;
	width: 48%;
}

.input_wrapper_left{
	margin-right: 4%;
}

.btn_next_wrapper {
	cursor: pointer;
	text-align: center;
	line-height: 38px;
	position: relative;
	background-color: #f93b3b;
	font-size: 16px;
	font-family: akrobat_bold;
	color: #fff;
	width: 180px;
	letter-spacing: 2px;
	float: right;
}
.btn_prev_wrapper {
	cursor: pointer;
	text-align: center;
	line-height: 38px;
	position: relative;
	background-color: #f93b3b;
	font-size: 16px;
	font-family: akrobat_bold;
	color: #fff;
	width: 180px;
	letter-spacing: 2px;
	float: left;
}

.btn_next_wrapper:hover{
	opacity: 0.8;
}

.btn_prev_wrapper:hover{
	opacity: 0.8;
}

.btn_next_arrow{
	position: absolute;
	right: 14px;
	top: 16px;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	transform: rotate(-90deg);
}

.btn_prev_arrow{
	position: absolute;
	left: 14px;
	top: 16px;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	transform: rotate(90deg);
}

/*============================= Select2 ===============================*/
.select2-container--default .select2-selection--single {
	border: 0 !important;
	background-color: transparent !important;
	border-radius: 0;
	height: 26px;
	text-align: center;
	font-size: 12px;
	font-family: akrobat;
	letter-spacing: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: white;
	line-height: 26px;
	padding: 0;
	padding-left: 14px;
	text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 2px;
	right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 0;
	width: 9px;
	height: 9px;
	border-bottom: 2px solid #f0f0f0;
	border-left: 2px solid #f0f0f0;
	margin-left: -4px;
	margin-top: -8px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(-45deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-width: 2px;
	border-color: transparent transparent #fff #fff;
	transform: rotate(135deg);
	margin-top: -4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
	display: none;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 160px !important;
	letter-spacing: 3px;
	font-family: akrobat;
}

.select2-container--open .select2-dropdown--below {
	background-color: #000;
	border-radius: 0;
	border-color: #fff;
	border-top: 1px solid #fff !important;
}

.select2-search.select2-search--dropdown {
	display: none;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #605854;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: rgba(237, 33, 124, 0.3);
}

.select2-results__option{
	color: #fb3b3a;
	padding: 8px 14px;
}

.select2-container--default:hover .select2-selection--single{
	background-color: rgba(0,0,0,0.4);
}

/*============================= Select2 ===============================*/

.select_gender{
	width: 100%;
}

.input_wrapper_long {
	width: 100%;
}

.input_body_address {
	width: 100%;
}

.select_country {
	width: 100%;
}

.select_day{
	width: 72px;
}

.select_month{
	width: 90px;
}

.select_year{
	width: 76px;
}

.select_team{
	width: 100%;
}

.dob_wrapper .select2 {
	border-right: 1px solid #bbb !important;
	border-radius: 0;
	height: 26px;
}

.dob_wrapper .select2:last-child {
	border-right: 0 !important;
}

.dob_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 10px !important;
}

@media only screen and (max-width: 960px) {
	.progress_wrapper {
		width: 100%;
		text-align: center;
	}
	.progress_dash_line {
		width: 60%;
	}
	.progress_body {
		margin-right: 5%;
	}
	.input_wrapper_box,
	.input_wrapper {
		width: 100%;
	}
	.input_body {
		width: 100%;
	}
}
@media only screen and (max-width: 860px) {
	.progress_title {
		font-size: 12;
	}
	.progress_image_wrapper {
		width: 60px;
		height: 60px;
	}
	.progress_dash_line {
		top: 30px;
	}
}
@media only screen and (max-width: 700px) {
	.progress_wrapper {
		display: none;
	}
}

.progress_image_wrapper.active {border:2px solid #f93b3b;}
.progress_image_wrapper_step1.active {border:2px solid #f93b3b;}
.progress_image_wrapper_step2.active {border:2px solid #f93b3b;}
.progress_image_wrapper_step3.active {border:2px solid #f93b3b;}

.btn_register_now {
	cursor: pointer;
	text-align: center;
	line-height: 38px;
	position: relative;
	background-color: #f93b3b;
	font-size: 16px;
	font-family: akrobat_bold;
	color: #fff;
	width: 220px;
	letter-spacing: 2px;
	float: right;
}

.btn_register_now:hover{
	opacity: 0.8;
}

.confirm_wrapper{
	border: 1px solid #bbb;
	width: 100%;
	padding: 12px 20px;
	font-size: 0;
	margin-bottom: 26px;
}

.confirm_checkbx{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	margin: 10px 24px 10px 0;
	border: 1px solid #bbb;
	cursor: pointer;
}

.confirm_description{
	line-height: 26px;
	font-size: 16px;
	font-family: akrobat_bold;
	color: white;
	letter-spacing: 2px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.input_wrapper_team .select2 {width:100% !important;}
.input_wrapper_country .select2 {width:100% !important;}

input[type=checkbox].agree-checkbox{
	/* Double-sized Checkboxes */
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	cursor: pointer;
}