
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	src: url('../font/montserrat.ttf') format('truetype');
}

* { font-family: 'Montserrat'; }

body.login-body {
	background:#FFFFFF;
}
.login-body-div {
	width:300px;
	margin:0px auto;
}
.login-table {
	width:300px;
	margin:auto;
}
.login-content-img {
	margin:50px 0 11px 29px;
}
.login-content-tbl {
	text-align: center;
}
.login-field-content {
	padding:3px;
}
.login-input {
	background: #FFFFFF;
	border: 0.5px solid #878787;
	border-radius: 3px;
	color: #878787;
	width: 134px;
	height: 25px;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	padding:3px 0 0 9px;
}
.login-input::placeholder {
	color: #878787;
}
.login-error-content {
	color:#C50000;
	font-size:10px;
	margin-bottom:7px;
}
.login-button {
	/*margin:10px 0px;*/
	padding-top:2px;
	color: #FFFFFF;
	width: 52px;
	height: 23px;
	background: #16A986;
	opacity: 0.5;
	border: 0;
	border-radius: 2px;
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
}
.login-copy {
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #000000;
	margin-top:161px;
}
