@charset "UTF-8";
body {
	background-color: #007E8A;
	color: white;
}
img.company-logo {
	height: 45px;
	margin-left: -5px;
}
.system-name {
	font-size: 26px;
	position: relative;
	top: -10px;
	left: -8px;
	white-space: nowrap;
}
.flex-container {
	width: 350px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.flex-container > div {
	padding: 0 0 14px 0;
}
button.btn-login {
	background-color: #02393e;
	width: 100%;
	border: 1px solid #02393e;
	height: 45px;
}
button.btn-login:hover {
	background-color: #02393e;
}

.error-msg{
	color:black;
}