body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	overflow: hidden;
	background-color: #F3F5F0 !important;
	vertical-align: middle;
	font-size: 12px;
}

div#container {
	height: 100%;
	width: 100%;
	display: inline-grid;
	align-items: center;
}

div.cls-content>div.panel {
	max-width: 420px;
	margin: auto;
}

div.cls-content>div.panel.form {
	border: 1px solid #808080;
	background-color: #fcfdf4;
}

div#login_form {
	border-bottom: 1px dashed #B0B0B0;
	border-top: 1px dashed #B0B0B0;
}

img.logoMeetplan {
	width: 100%;
	max-width: 180px;
	height: auto;
}

div.brand-title {
	border-bottom: 1px dashed #b0b0b0;
}

div.panel-footer {
	border-top: 1px dashed #b0b0b0;
}

div.panel-footer.login {
	text-align: center;
}

div.panel-footer.passwd {
	text-align: left;
}

#forgotten_passwd>label {
	font-size: 11px;
	cursor: pointer;
	border-bottom: 1px dashed #000000;
}

img.logoEcoordina {
	margin-top: 5px;
	height: 12px;
}

.btn-meetplan,
.btn-meetplan:focus {
	background-color: #d6ac6a;
	border-color: #a18964 !important;
	color: #fff;
}

.input-group-addon {
	color: #a18964;
}

#espacio_adicional {
	margin-top: 5px;
	;
}

img.logoEcoordina {
	margin-top: 0px;
}

#mfa_aviso_login {
	font-size: 11px;
}

#reenviar_codigo {
	font-size: 11px;
	cursor: pointer;
	border-bottom: 1px dashed black;
}

.desactivado {
	color: grey;
	border-bottom: 1px dashed grey !important;
	cursor: not-allowed !important;
}