@font-face{
    font-family: 'fuenteGeneral';
    src: url(../../fonts/SEGOEUIL.ttf) format("truetype");
}

/*Estilo de los mensajes de error*/
div.error-login{
    position: absolute;
    font-size: 10px;
}

@media (max-width: 630px){
    #principal_login, #arrowLeft, #user 
    {
        visibility: hidden;
    }
    #message span
    {
        display: none;
    }
    #message:after
    {   
        content: "Sistema de Gestión Catastral de Yucatán";
    }
    #content
    {
        display: block !important;
    }
}
@media (max-width: 977px){
    #logo_login
    {
        width: 164px !important;
    }
    #tittle
    {
        font-size: 31px !important;
    }
    #id_reloj
    {
        font-size: 59px !important;
    }
    #id_fecha
    {
        font-size: 31px !important;
    }
    #content
    {
        display: block !important;
    }
}
@media (max-height: 462px){
    #principal_login, #arrowLeft, #user 
    {
        visibility: hidden;
    }
    #message span
    {
        display: none;
    }
    #message:after
    {   
        content: "Sistema de Gestión Catastral de Yucatán";
    }
}
@media (max-width: 735px)
{
    #logo_login
    {
        top: inherit !important;
        left: inherit !important;
        right: 68px;
        bottom: 15% !important;
        width: 164px !important;
    }
    #content
    {
        display: block !important;
    }
}
#arrowLeft
{
    position: absolute;
    width: 31px;
    top: 248px;
    left: 134px;
}
body
{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    /*background-color: rgb(0, 39, 58);*/
    background-color: #397152;
    color:white;
    font-family: "fuenteGeneral" !important;
    margin: 0px;
    padding: 0px;
    border:0px;
}
#btnAcceso
{
    border: none;
    background: url(../../images/login/right.png) no-repeat center center;
    height: 23px;
    width: 23px;
    position: relative;
    top: -47px;
    left: 252px;
    background-color: rgb(0, 39, 58);
}
#content
{
    position: absolute;
    top: 30%;
}
#content_two
{
    position:absolute;
    bottom:15%;
    left:90px;
    z-index:2;
}
#content_form
{
    position: absolute;
    top: -43%;
    left: 21%;
}
#escudo
{
    position: absolute;
    z-index: -1;
    top: -79px;
    left: 31px;
    width: 235px;
}
#eyePass
{
    position: relative;
    top: -48px;
    left: 201px;
}
#id_reloj
{
    font-size: 79px;
    margin: -20px;
    text-shadow: 1px 2px #62402D;
}
#id_fecha
{
    font-size: 47px;
    margin: -20px;
    text-shadow: 1px 2px #62402D;
}
#logo_login
{
    position: absolute;
    top: 29px;
    z-index: 3;
    left: 70px;
    width: 194px;
}
#message
{
    margin: 15px;
    font-size: 24px;
}
#pass
{
    padding: 5px;
    width: 250px;
    height: 27px;
    display: block;
    margin: 15px;
}
#username
{
    padding: 5px;
    width: 250px;
    height: 27px;
    display: block;
    margin: 15px;
    text-transform: uppercase;
}

#municipio
{
    padding: 0px;
    width: 250px;
    height: 27px;
    /*display: block;*/
    margin: 18px;
    margin-top: -20px;
    text-transform: uppercase;
}


#tittle
{
    z-index: 3;
    position: absolute;
    top: 10px;
    right: 5px;
    right: 0px;
    top: -15px;
    text-align: right;
    font-size: 47px;
    padding-right: 65px;
}

/*No permite seleccionar el texto del contenedor*/

.no-select{
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
}