
.sign_in_body {
	font-size: 0;
}

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

.sign_in_body_left {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #888;
	padding-right: 30px;
}

.sign_in_body_right {
	padding: 25px 35px;
	background-color: rgba(255,255,255,0.13);
	display: inline-block;
	vertical-align: top;
	width: 50%;
	color: #888;
	letter-spacing: 1.5px;
	line-height: 24px;
	font-size: 14px;
}

.sign_in_quesion_title {
	font-size: 16px;
	color: #bbb;
	letter-spacing: 2px;
}

.sign_in_question {
	margin-bottom: 8px;
}

.sign_in_answer_wrapper {
	padding-left: 40px;
	margin-bottom: 30px;
}

.btn_register{
	cursor: pointer;
	text-align: center;
	line-height: 38px;
	background-color: #e90053;
	font-size: 16px;
	font-family: akrobat_bold;
	color: #fff;
	width: 100%;
	letter-spacing: 2px;
	position: relative;
}

.btn_register_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);
}

.input_wrapper {
	width: 100%;
	margin-bottom: 24px;
	padding: 8px 14px;
	border: 1px solid #ccc;
}

.input_title {
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
	border-right: 1px solid #ccc;
	width: 120px;
}

.input_body {
	width: 380px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: text-bottom;
	line-height: 26px;
	background: transparent;
	color: #fb3b3a;
}

.forget_detail {
	color: #fb3b3a;
	display: inline-block;
	vertical-align: top;
	line-height: 38px;
	cursor: pointer;
}

.btn_sign_in_big{
	cursor: pointer;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	vertical-align: top;
	background-color: #f93b3b;
	font-size: 16px;
	font-family: akrobat_bold;
	color: #fff;
	width: 180px;
	letter-spacing: 2px;
	float: right;
}

.btn_sign_in_big:hover, .btn_register:hover {
	opacity: 0.8;
}

.or_login_with {
	line-height: 19px;
	display: inline-block;
	vertical-align: top;
	margin: 0 14px;
}

.line_text_wrapper {
	margin: 100px 0 36px;
}

.grey_line {
	height: 1px;
	background-color: #888;
	width: 206px;
	display: inline-block;
	vertical-align: top;
	margin-top: 9px;
}

.btn_other {
	cursor: pointer;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-family: akrobat_bold;
	color: #fff;
	width: 140px;
	letter-spacing: 2px;
	position: relative;
	margin-right: 10px;
	padding-left: 30px;
}

.btn_other:hover {
	opacity: 0.8;
}

.btn_facebook {
	background-color: #2b5e9d;
}

.btn_twitter {
	background-color: #4099ff;
}

.btn_gmail {
	background-color: #da4c4b;
}

.image_other {
	position: absolute;
}

.image_other_facebook {
	width: 12px;
	height: 24px;
	top: 8px;
	left: 22px;
	background-image: url('../../images/image_other_facebook.png');
}

.image_other_twitter {
	width: 21px;
	height: 16px;
	top: 11px;
	left: 22px;
	background-image: url('../../images/image_other_twitter.png');
}

.image_other_gmail {
	width: 20px;
	height: 18px;
	top: 10px;
	left: 32px;
	background-image: url('../../images/image_other_gmail.png');
}
.forget_right_side {
	float: right;
}
.g-recaptcha {
	margin-bottom: 10px;
}
@media only screen and (max-width: 700px) {
	.sign_in_body_left {
		width: 100%;
		display: block;
		padding: 0;
	}
}
@media only screen and (max-width: 600px) {
	.input_wrapper {
		padding: 0px;
		border: 0;
	}
	.input_title {
		border: 0;
		width: 100%;
		padding: 0 8px;
	}
	.input_body {
		width: 100%;
		padding: 8px;
		border-bottom: 1px solid #666;
	}
	.forget_right_side,
	.btn_sign_in_big {
		float: none;
	}
	.grey_line {
		width: 100%;
		margin: 0;
	}
	.or_login_with {
		display: block;
		text-align: center;
		margin: 10px 0;
	}
	.forget_sign_in_wrapper {
		text-align: center;
	}
	.forget_sign_in_wrapper > div {
		margin-bottom: 10px;
	}
	.sign_in_body_right {
		display: block;
		width: 100%;
	}
}
