@charset "UTF-8";

.loginPage-bg {
	max-height: 100vh;
	max-width: 100%;
	height: 1000px;
	background-color: #00427C;
}

.text-width {
	min-width: 420px;
	min-height: 28px;
}

.text-footer {
	color: #757575;
	font-size: 14px;
	font-family: sans-serif;
}

select {
	appearance: none;
	background-image: none;
	color: black;
	cursor: pointer;
	border: 1px solid black;
	border-radius: 3px;
}

.language {
	float: right;
	margin-top: 5px;
	padding-right: 10px;
}

.language select {
	width: 180px;
}

font.logonText {
    font-family: sans-serif;
    color: #333333;
}

label.text-footer {
	margin-bottom: 0px;
}

div#errorDiv div.alert.alert-danger {
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}

#supportedBrowser {
	overflow: auto;
}

.btn-primary {
	background-image: none;
	background-color: #3979B1;
}

.alert-danger {
	background-image: none;
}