html, body {
	height: 100%; 
}

.login-background {
	position: relative;
	width: 100%;
	min-height: 100%;
	background-image: url("/img/login-background.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.login-wrap {
	display: flex;
	align-items: center;
	justify-content: end;
	width: 100%;
	min-height: 100vh;
}

.login-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 700px;
	height: 820px;
	margin: 50px 8.7vw 50px 8.7vw;
	border-radius: 44px;
	background-color: #FFFFFF;
}

.login-title {
	margin: 0 0 5px 0;
	font-family: 'Pretendard', sans-serif;
	font-weight: 800;
	font-size: 42px;
	color: #454545;
	text-align: center;
    word-spacing: -9px;
}

.login-title-ngs{
	font-family: 'Pretendard', sans-serif;
	font-weight: 800;
	font-size: 45px;
	color: #454545;
}

.login-subtitle {
	margin: 0 0 100px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #454545;
	text-align: center;
}

.login-box-wrap {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 117px auto;
}

.login-header{
	margin: 0 0 18px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #78B12E;
}

.login-btn {
	margin: 0 0 20px 0;
	padding: 0 25px;
	height: 50px; 
	width: 100%;
	border: 1.5px solid #EDEDED;
	border-radius: 30px;
	background: #FFF;
	font-family: 'Pretendard', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #333;
}

.login-btn::placeholder {
	font-family: 'Pretendard', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #D3D3D3;
}

.login-submit-btn{
	width: 100%;
	height: 50px;
	border-radius: 30px;
	background-color: #78B12E;
	font-family: 'Pretendard', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
}

.login-logo {
	width: 125px;
	height: 18.16px;
	margin: 0 auto 10px auto;
	background-image: url("/img/login-logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.footer-text1 {
	margin: 0 0 7px 0;
	font-family: 'Pretendard', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #999999;
	text-align: center;
}

.footer-text2 {
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #999999;
	text-align: center;
}