.shop_login_wrap{
	max-width:420px;
	margin:60px auto;
	padding:35px 30px;
	border:1px solid #e5e5e5;
	border-radius:18px;
	background:#fff;
	font-family:Arial,'Noto Sans KR',sans-serif;
}
.shop_login_title{
	font-size:26px;
	font-weight:800;
	text-align:center;
	margin-bottom:25px;
}
.shop_login_input{
	width:100%;
	height:48px;
	border:1px solid #ddd;
	border-radius:10px;
	padding:0 14px;
	font-size:15px;
	box-sizing:border-box;
	margin-bottom:10px;
}
.shop_login_btn{
	width:100%;
	height:50px;
	border:0;
	border-radius:10px;
	background:#00a651;
	color:#fff;
	font-size:16px;
	font-weight:700;
	cursor:pointer;
}
.shop_login_btn:hover{
	background:#008f46;
}
.shop_login_links{
	margin-top:18px;
	text-align:center;
	font-size:13px;
	color:#777;
}
.shop_login_links a{
	color:#333;
	text-decoration:none;
	margin:0 6px;
}

@media all and (max-width:768px){

	.shop_login_wrap{
		max-width:100%;
		width:100%;
		margin:0;
		padding:40px 15px;
		border:0;
		border-radius:0;
		box-shadow:none;
		box-sizing:border-box;
	}

	.shop_login_title{
		font-size:24px;
		margin-bottom:20px;
	}

	.shop_login_input{
		height:50px;
		font-size:16px;
	}

	.shop_login_btn{
		height:52px;
		font-size:16px;
	}

}