@charset "utf-8";

/***************************************************************************
*
* COLUMN STYLE
*
***************************************************************************/
.errMess{
	text-align: center;
    color: red;
    margin-top: 14px;
    font-size: 16px;
}
/*areaRegister*/
.areaRegister {
	padding-bottom: 66px;
}
.areaRegister .wrapRegister {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	border-radius: 10px;
	padding: 52px 65px 50px;
	box-shadow: 0 0 5px #a2cee7;
}
.areaRegister .wrapRegister .boxSocial {
	width: 49%;
	background: #f0f0f0;
	border-radius: 5px;
	padding: 40px 65px;
	margin-right: 18px;
}
.areaRegister .wrapRegister .titleRegister {
	font-size: 20px;
	color: #606060;
	text-align: center;
	margin-bottom: 32px;
}
.areaRegister .wrapRegister .buttonSocial {

}
.areaRegister .wrapRegister .buttonSocial .btnItem {
	margin-bottom: 19px;
}
.areaRegister .wrapRegister .buttonSocial .btnItem a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 11px 5px 14px 35px;
	border-radius: 5px;
	text-align: center;
}
.areaRegister .wrapRegister .buttonSocial .btnItem.btnLine a {
	background: url(../images/registration/btn-icon-line.png) no-repeat center left 10px/35px 38px, #31ae36;
}
.areaRegister .wrapRegister .buttonSocial .btnItem.btnTwi a {
	background: url(../images/registration/btn-icon-twi.png) no-repeat center left 16px/23px 19px, #1ca1f1;
}
.areaRegister .wrapRegister .buttonSocial .btnItem.btnFace a {
	background: url(../images/registration/btn-icon-face.png) no-repeat top 6px left 10px/32px, #1877f2;
}
.areaRegister .wrapRegister .buttonSocial .btnItem.btnGoog a {
	background: url(../images/registration/btn-icon-goog.png) no-repeat center left 2px/47px 45px, #4385f5;
}


.areaRegister .wrapRegister .boxLogin {
	width: 48.7%;
	background: #d7f5ff;
	border-radius: 5px;
	padding: 40px 33px 33px;
}
.areaRegister .wrapRegister .boxLogin .formLogin {

}
.areaRegister .wrapRegister .boxLogin .formLogin .formItem {
	margin-bottom: 12px;
}
.areaRegister .wrapRegister .boxLogin .formLogin .formItem .formName {
	font-weight: bold;
	color: #606060;
	margin-bottom: 3px;
}
.areaRegister .wrapRegister .boxLogin .formLogin .formItem .formInput .inputStyle {
	background: #fff;
	border: 1px solid #a9def7;
	border-radius: 5px;
	height: 44px;
	width: 100%;
	padding-left: 15px;
	padding-right: 10px;
}
.areaRegister .wrapRegister .boxLogin .formLogin .formItem .formInput .inputStyle::placeholder {
	color: #99d5f4;
}
.areaRegister .wrapRegister .boxLogin .formLogin .formItem .formNote {
	font-size: 13px;
	color: #606060;
	margin-top: 3px;
}
.areaRegister .wrapRegister .boxLogin .formLogin .formButton {
	text-align: center;
	margin-top: 20px;
}
.areaRegister .wrapRegister .boxLogin .formLogin .formButton .agree a:hover {
	text-decoration: underline;
}
.areaRegister .wrapRegister .boxLogin .formLogin .formButton .btnSubmit input {
	background: #00b1f2;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 223px;
	padding: 12px 5px 13px;
	border-radius: 5px;
	border: none;
	box-shadow: none;
	transition: all 0.3s;
}
.areaRegister .wrapRegister .boxLogin .formLogin .formButton .btnSubmit input:hover{
	opacity: 0.8;
}
.areaRegister .wrapRegister .boxLogin .formLogin .formButton .forgot {
	margin-top: 10px;
}
.areaRegister .wrapRegister .boxLogin .formLogin .formButton .forgot a {
	position: relative;
	font-size: 12px;
	color: #606060;
	margin-bottom: 10px;
	letter-spacing: -0.5px;
}
.areaRegister .wrapRegister .boxLogin .formLogin .formButton .forgot a:before {
	content: "";
	position: absolute;
	border-bottom: 1px solid #606060;
	width: 100%;
	bottom: -4px;
	left: 0;
}
.areaRegister .wrapRegister .boxLogin .formLogin .formButton .forgot a:hover:before {
	content: none;
}

.areaRegister .wrapRegister .boxRegister {
	width: 100%;
	padding: 29px 10px 32px;
	text-align: center;
	border: 3px solid #f0f0f0;
	border-radius: 10px;
	margin-top: 21px;
}
.areaRegister .wrapRegister .boxRegister .titleRegister {
	margin-bottom: 12px;
}
.areaRegister .wrapRegister .boxRegister .buttonRegister {
	width: 223px;
	margin: 0 auto;
}
.areaRegister .wrapRegister .boxRegister .buttonRegister a {
	display: block;
	background: #ffa200;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 13px 5px 12px;
	border-radius: 5px;
}

@media (max-width: 768px) {

	.areaRegister {
		padding-bottom: 52px;
	}
	.areaRegister .wrapRegister {
		flex-wrap: wrap;
		padding: 29px 20px 25px;
		border-radius: 5px;
		box-shadow: 0 0 10px #a2cee7;
	}
	.areaRegister .wrapRegister .boxLogin,
	.areaRegister .wrapRegister .boxSocial {
		width: 100%;
		margin-right: 0;
	}
	.areaRegister .wrapRegister .boxSocial {
		padding: 28px 45px 29px 44px;
		margin-bottom: 15px;
	}
	.areaRegister .wrapRegister .titleRegister {
		font-size: 13px;
		margin-bottom: 22px;
	}
	.areaRegister .wrapRegister .buttonSocial .btnItem {
		margin-bottom: 12px;
	}
	.areaRegister .wrapRegister .buttonSocial .btnItem a {
		font-size: 12px;
		font-weight: normal;
		border-radius: 3px;
		padding: 7px 5px 9px 30px;
	}
	.areaRegister .wrapRegister .buttonSocial .btnItem.btnLine a {
		background-size: 24px;
		background-position: center left 7px;
	}
	.areaRegister .wrapRegister .buttonSocial .btnItem.btnTwi a {
		background-size: 16px;
    	background-position: 11px;
	}
	.areaRegister .wrapRegister .buttonSocial .btnItem.btnFace a {
		background-size: 22px;
    	background-position: top 3px left 7px;
	}
	.areaRegister .wrapRegister .buttonSocial .btnItem.btnGoog a {
		background-size: 31px;
	}

	.areaRegister .wrapRegister .boxLogin {
		padding: 28px 22px 25px;
	}
	.areaRegister .wrapRegister .boxLogin .titleRegister {
		margin-bottom: 19px;
	}
	.areaRegister .wrapRegister .boxLogin .formLogin .formItem {
		margin-bottom: 5px;
	}
	.areaRegister .wrapRegister .boxLogin .formLogin .formItem .formName {
		font-size: 11px;
		margin-bottom: 2px;
	}
	.areaRegister .wrapRegister .boxLogin .formLogin .formItem .formInput .inputStyle {
		height: 31px;
		padding-left: 10px;
		border-radius: 3px;
	}
	.areaRegister .wrapRegister .boxLogin .formLogin .formItem .formInput .inputStyle::placeholder {
		font-size: 10px;
	}
	.areaRegister .wrapRegister .boxLogin .formLogin .formItem .formNote {
		font-size: 10px;
	}
	.areaRegister .wrapRegister .boxLogin .formLogin .formButton {
		margin-top: 10px;
	}
	.areaRegister .wrapRegister .boxLogin .formLogin .formButton .agree {
		font-size: 10px;
	}
	.areaRegister .wrapRegister .boxLogin .formLogin .formButton .btnSubmit input {
		width: 150px;
		font-size: 11px;
		padding: 9px 5px 7px;
	}
	.areaRegister .wrapRegister .boxLogin .formLogin .formButton .forgot {
		margin-top: 3px;
	}
	.areaRegister .wrapRegister .boxLogin .formLogin .formButton .forgot a {
		font-size: 10px;
	}
	.areaRegister .wrapRegister .boxLogin .formLogin .formButton .forgot a:before {
		bottom: -2px;
	}

	.areaRegister .wrapRegister .boxRegister {
		margin-top: 16px;
		border-width: 2px;
		border-radius: 4px;
		padding: 19px 10px 23px;
	}
	.areaRegister .wrapRegister .boxRegister .titleRegister {
		margin-bottom: 9px;
	}
	.areaRegister .wrapRegister .boxRegister .buttonRegister {
		width: 150px;
	}
	.areaRegister .wrapRegister .boxRegister .buttonRegister a {
		font-size: 12px;
		padding: 6px 5px 9px;
		border-radius: 5px;
	}

}