.login-container{
	width: 1240px;
	height: 100vh;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login_wrapper{
	width: 420px;
	margin:0 auto;
	/* border: 1px solid #1c2342; */
	border-radius: 5px;
	padding: 25px;
}

.left_elements {
	display: flex;
	justify-content: center;
}

.error_msg{
	padding: 3px 5px;
	background-color:#FCC;
	border:1px solid #C00;
	/* float:left; */
	font-size:12px;
	line-height: 14px;
	color:#333;
}

#login{
	border-radius: 3px;
	padding: 10px 35px;
	background: #1c2342;
	color: #FFF;
	border-radius: 3px;
}


.login_field{
	width: 100%;
	text-align: center;
}

#login-frm{
	margin: 0;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.txtfield{
	padding: 10px;
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
    line-height: 16px;
}

.txtfield:focus{
	/* background-position:bottom; */
	outline:none;
}

.txtfield, .error_msg{
	width: 60%;
}
