@font-face {
	font-family: DIN;
	src: url("font/DINPro.otf");
}

html, body, #map {
	height: 99%;
	width: 100%;
	margin: 0;
	background: #d7d7d8;
	top: 0px;
	font-family: DIN !important;
	font-size: 12px;
}

.logologin {
	background-image: url(/mapgis/images/sura/Geo.png),url("/mapgis/images/sura/SURA_INI.png");
	visibility: visible;
	height: 116px;
	display: block;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-repeat-y: no-repeat;
	background-size: 40%, 50%;
	background-position: 7% 50%,94% 54%;
	border: 0px;
	padding: 37px;
	border-top-left-radius: 5px;
	border-bottom: 2px solid #bbb;
	border-top-right-radius: 5px;
}

.logoSura {
	background-image: url(/mapgis/images/sura/logo-sura-banner.png);
	visibility: visible;
	height: 97px;
	display: block;
	background-color: rgb(0, 51, 160);
	background-repeat: no-repeat;
	background-repeat-y: no-repeat;
	background-size: 143px;
	background-position: 50%;
	border: 0px;
	padding: 37px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.logincontenedor {
	width: 130%;
	border-radius: 5px;
	margin-left: -25%;
	background: rgb(0, 51, 160);
	padding: 0px;
	box-shadow: 0px 3px 19px 7px rgba(0, 0, 0, 0.31);
	position: absolute;
	/* border: 1px solid; */
	margin-top: 69%;
}

.form-control {
	display: block;
	height: 33px;
	margin: 10px 7px;
	font-family: DIN !important;
	padding: 5px 5px 5px 32px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	font-style: italic;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#id_Persona {
	background-image: url(/mapgis/images/sura/usuario.png);
	background-repeat: no-repeat;
	background-position: 6px 50%;
}

#password {
	background-image: url(/mapgis/images/sura/Contrasena.png);
	background-repeat: no-repeat;
	background-position: 6px 50%;
}

#Ingresar {
	font-weight: bold;
	background: #00AEC7;
	border: #00AEC7;
	color: #fff;
	font-style: normal;
	font-size: 14px;
	padding: 0px;
	margin-bottom: 26px;
}

#Ingresar:hover {
	opacity: 0.7;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: rgb(0, 0, 0);
}

table {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}