﻿@charset "UTF-8";
/* HOJA DE ESTILO LOGIN SISTEMAS
	DIRECCIÓN DE TECNOLOGÍAS DE LA INFORMACIÓN*/

@font-face {
    font-family: 'Azo Sans Bk';
    src: url('../font/AzoSans-Black.eot');
    src: url('../font/AzoSans-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/AzoSans-Black.woff') format('woff'),
        url('../font/AzoSans-Black.ttf') format('truetype'),
        url('../font/AzoSans-Black.svg#AzoSans-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azo Sans Lt';
    src: url('../font/');
    src: url('../font/AzoSans-Light.eot?#iefix') format('embedded-opentype'), 
        url('../font/AzoSans-Light.woff') format('woff'), 
        url('../font/AzoSans-Light.ttf') format('truetype'), 
        url('../font/AzoSans-Light.svg#AzoSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azo Sans Bold';
    src: url('../font/AzoSans-Bold.eot');
    src: url('../font/AzoSans-Bold.eot?#iefix') format('embedded-opentype'), url('../font/AzoSans-Bold.woff') format('woff'), 
        url('../font/AzoSans-Bold.ttf') format('truetype'), url('../font/AzoSans-Bold.svg#AzoSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azo Sans';
    src: url('../font/AzoSans-Regular.eot');
    src: url('../font/AzoSans-Regular.eot?#iefix') format('embedded-opentype'), url('../font/AzoSans-Regular.woff') format('woff'), url('../font/AzoSans-Regular.ttf') format('truetype'), 
         url('../font/AzoSans-Regular.svg#AzoSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	margin: 0;
	padding: 20px;
	color:#fff;
	background:#202C4D url("https://imagenes.leon.gob.mx/sistema-info.jpg") no-repeat top center;
	line-height:25px;
	font-size:16px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;}

header{
	margin:0 auto;
	max-width: 1366px;
	padding-top:10px;
	text-align: center;}



.logo {
    /*width: 8%;
    margin-bottom: 0px;*/
    position: absolute;
    left: 0;
    top: 20px;
    height: 130px;
    width: 161px;
    margin: 10px;
}

#page{
	margin: 0 auto;
	width: 85%;
	padding: 30px 0px 30px 0px;}

#contenedor-login {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;}	

.conten-acceso{
	width: 45.5%;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	margin: 0px;
	padding: 20px;}

h1{
	text-align: right;
	line-height: 35px;
	font-family: 'Azo Sans Bk';
	font-size: 30px;
	margin: 0px;}

p{
	text-align: right;
	font-family: 'Azo Sans Lt';
	padding: 10px;
	margin: 0px;}

#mod-login{
	width:75%;
	background: #202c4d;
	border-radius:5px;
	border:1px solid #005c9a;
	padding: 35px;}

h2{
	text-align: center;
	color:#005c9a;
	line-height: 25px;
	font-family: 'Azo Sans Lt';
	font-size: 22px;
	margin: 0px 0px 40px 0px;}

.campo{
	color:#fff;
	font-family: 'Azo Sans Lt';
	width: 95%;
	height: 35px;
	background: transparent;
	font-size: 14px;
	border-top:0px;
	border-right: 0px;
	border-left: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #005c9a;}

.campo::placeholder {
	color:#fff;
	font-size: 12px;}

.campo::-webkit-input-placeholder{
	color:#fff;	
	font-size: 12px;	}

.buscar{
	width:100px;
	height:45px;
	color:#fff;
	border:0px;
	font-size: 12px;
	margin: 10px 10px 20px 0px;
	background: #005c9a;
	font-family: 'Azo Sans'; }
	
.buscar:hover{
	cursor:pointer;
}

a.link{ 
	font-family: 'Azo Sans Lt';
	color:#32B1B4; 
	text-decoration:none;}

a.link:hover {
	color:#f6a800; 
	text-decoration:none}

footer{
	margin:0 auto;
	max-width: 1366px;
	padding:10px 20px 20px 20px;
	text-align: center;
	font-family: 'Azo Sans Lt';}

#btnrestablecerpwd {
    color: #32B1B4;
    font-family: 'Azo Sans Lt';
    text-decoration: none;
    font-weight: normal;
}

    #btnrestablecerpwd:hover {
        color: #f6A800;
    }


@media screen and (max-width:1040px) {
	#page{width: 98%;}		
	
	.conten-acceso{padding: 10px;}		
}


@media screen and (max-width:667px) {
	
	.logo{width: 18%; margin-bottom: 10px; }	
		
	#contenedor-login { -webkit-flex-direction: column; }		
	
	.conten-acceso{width: 98%; padding: 5px;}	
	
	#mod-login{width:80%;}	
	
	h1{text-align: center;}
	
	p{text-align: center; padding: 0px;}
	
	
	
	
}