@media (orientation: landscape) {
  img {
    height: 100%;
    object-fit: cover;
  }
}


#lbl-name{
    float:left;
}

.content-login{
    text-align:center;
    /*border:1px solid red;*/
    width: 330px;
    height:300px;
    padding:15px;
    position:fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px; /*set to a negative number 1/2 of your height*/
    margin-left: -180px;
}

.div-content-login{
    display: block;
    opacity: 1;
    width: 100%;
}

.input-banorte{
    margin: 0 !important;
    font-size: 16px;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #d0d0d0;
    font-family: 'Gotham Book', Helvetica, Arial, sans-serif;
    color: #4e4044;
    -webkit-box-sizing: border-box;
    vertical-align: middle;
    background-color: white!important;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    background: 0 0;
}

.h2-login{
    font-family: 'Gotham Book', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #4e4044;
    display: block;
    margin: 0 0 5px 0;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    font-weight: normal;
    border: 0;
    outline: 0;
    float: left;
}

.btnBanorte{
    width: 100%;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0 0 15px auto;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-family: 'Gotham Book', sans-serif; /*Helvetica, Arial, sans-serif;*/
    font-size: 15px;
    color: white;
    font-weight: 400;
    border: 0;
    background-color: #4e4044;
}

#div-login-title{
    width: 100%;
    height: 50px;
    background-color: #ED1A3B;
    color: white;
    vertical-align: central;
    font-family: "Gotham Light Regular", sans-serif;
    font-size: 16px;
}

.div-login{
    display: inline-block;
    font-family: Roboto-Medium, Helvetica, Arial, sans-serif;
    font-size: 9px!important;
    text-align: center;
    padding: 20px;
    height: 210px;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#div-msg-abajo{
    display: none;
    font-size: 14px; 
    color: #ED1A3B
}

#div-espacio-msg{
    font-size: 14px; 
    color: #ED1A3B
}

@media screen and (max-height: 414px){
    body{
        background:white;
    }
    #lbl-name{
        display: none;
    }
    #div-bar-login{
        display:none;
    }
    .header-login{
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        height: 50px;
    }
    .logo-banorte{
        background-size: 900px 1080px;
        background-position: -381px -655px;
    }
    #div-login-title{
        display: none;
    }
    .h2-login{
        display:none;
    }
    .content-login{
        position: relative;
        top: 20px;
    }
    #div-header-bottom{
        height: 15px;
    }
    #div-name-ap{
        width: 80px;
        height: 45px;
        background-image: url(../img/gesco_logo_small.png);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: top;
        padding: 0px;
        margin: 0px;
    }
    
    .label-title{
        display: none;
    }
    .label-sep{
        display: none;
    }
}

@media screen and (max-height: 430px){
    /*** Cuando aparece el teclado****/
    #div-foot{
        bottom: 0px;
        top:550px;
        position: absolute!important;
    }
}

@media screen and (max-width: 450px){
    body{
        background:white;
    }

    #div-foot{
        background-color: #EB0029;
        background-image: url(../img/navigation.png);
        background-repeat: repeat-x;
        background-size: 43.5px 64px;
        height:60px;
        position: fixed;
    }

    .logo-banorte-foot{
        display: block;
        height: 45px;
        width: 268px;
        background-image: url(../img/logo.png);
        background-size: 1000px 1200px;
        background-position: -412px -727px;
    }

    #div-login-title{
        display:none;
    }
    .h2-login{
        display:none;
    }

    .div-sep-login{
        height:10px;
    }

    .content-login{
        top:430px;
        border-radius: 10px;
        position: absolute;
    }
    
    .div-login{
        border-radius: 10px;
    }

    .header-login{

    }

    #header-phone{
        position:absolute;
        display:block;
        height: 250px;
        width:100%;
        background-color:#4e4044;
        background-image: url(../img/GESCO_LOGO.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 290px;
    }
    
    #div-msg-abajo{
        display: block;
    }
    
    #div-espacio-msg{
        display: none;
    }
    
    html,body{
        height:100%;
    }
    
}