@charset "utf-8";

.forgot_password h2 {
	font-size: 28px;
	margin-top: 120px;
	margin-bottom: 50px;
	color: #333333;
	text-align: center;
}

.forgot_password {
	width: 550px;
	margin: 120px auto 80px;
}

.forgot_password--wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.forgot_password label {
	float: left;
	font-size: 13px;
	color:#707070;
	margin-bottom:20px;
}

.forgot_password--btnWrap {
	text-align: center;
}

.forgot_password--btn {
	background-color: #E82212;
	border-radius: 50px;
	padding: 20px 100px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-style: none;
	margin: 40px 0 100px;
	cursor: pointer;
}

.forgot_password--btn:hover {
	color: #fff;
	background-color: #e82212;
	border-color: #e82212;
	opacity: 0.8;
}

.forgot_password--ttlWrap {
	float: left;
	font-size: 13px;
	color: #707070;
	width: 120px;
	height: 30px;
	line-height: 30px;
}

.forgot_password--ttlWrap.passwordReset {
	width: 160px;
}

.forgot_password--formWrap input {
	font-size: 13px;
	color: #333;
	width: 383px;
	height: 30px;
	border: 1px solid #cccccc;
	padding: 0 10px;
	border-radius: 0;
}

@media screen and (max-width: 768px) {
	.forgot_password {
		width: 500px;
	}

	.forgot_password--wrap {
		display: block;
	}

	.forgot_password label {
		margin-bottom: 6px;
	}

	.col-md-4 {
		padding-left: 0;
	}

	.forgot_password--formWrap input,
	.form-control {
		width: 100%;
	}
}

@media screen and (max-width: 568px) {
	.forgot_password {
		width: 100%;
		padding: 0 60px;
	}

	.forgot_password h2 {
		font-size: 24px;
		margin-bottom: 40px;
	}

	.forgot_password--ttlWrap {
		width: 100px;
	}

	.forgot_password--formWrap {
		width: 100%;
	}

	.forgot_password--formWrap input {
		width: 100%;
	}

	.forgot_password--btn {
		padding: 20px 0;
		width: 100%;
	}
}
