body {
	background-color: #f4f4f4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.login-brand {
	margin-bottom: 50px
}


.login-brand img {
	max-width: 260px;
	max-height: 100px;

}

.login-container {
	width: 350px; 
}

.login-container a {
	color: #4b6ce2;
	font-size: 0.9em;
}

.login-container label {
	color: #777;
}

.login-container input { min-height: 35px; }

.login-version {
	font-weight: bold;
	opacity: 0.4;
	margin: 20px auto;
}

.card {
	border-radius: 8px;
	box-shadow: 0px 4px 6px rgba(0,0,0,0.28);
	padding: 30px 25px;
	background-color: white;
}

.form-control {
	background-color: #fafafa;
	border-color: #ddd;
	box-shadow: none;
}

.btn {
	height: 35px;
	font-weight: bold;
	border-radius: 3px;
	border: none;
	box-shadow: none;
}

.btn-fit {
	width: 100%;
}

.btn-clean {
	opacity: 0.5;
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}

.btn-clean:hover { opacity: 1;}

.btn-secondary, .btn-secondary:hover { color: white; }
.btn-secondary { background-color: #aaa; }
.btn-secondary:hover { background-color: #888; }

.modal-header,
.modal-footer {
	border: none;
}

.language-select { padding: 10px 15px 0px;}
.language-select li { cursor: pointer; }
.language-select li:hover { font-weight: bold; }
.language-select img { margin-right: 10px; }