


@media (min-width:1px){
    body{
        background-position:center;
    }
}

@media (min-width:751px){
    .Zebra{
        display: none;
    }
    
    .login-box{
        top:60%;
    }
}

@media (max-height:300px){
    
}



@media (max-width:750px){
    .aguila{
        display: none;
    }
      .login-box input[type="submit"]{
        margin-top: -3px !important;
    }

    body{
    /*    background: url(/imagenes/fondo_dobicho_celular.webp) no-repeat center top;
        background-position: center;*/
    }

    .Nombre{
        width: 75%;
        display: block;
    }
    .login-box h1{
        margin-top: -15px;

    }

    .login-box{
        max-height:362px;
        padding: 73px 30px !important;
        
        top: 11%;
        position: absolute !important;
    }
  
    .login-box label{
        margin-top: -7px;
    }


    .Zebra{
        margin-top: 433px;
        width: 342px;
        padding-top: 12px;
       
    }
}

.login-box {
    width: 325px;
    height: 382px;
    background: #522002;
    color: #fff;
    left: 50%;
    margin-top:260px;
    position: sticky;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 40px 30px;
    border-radius: 0.7rem;
}

.Nombre{
    margin-top: 15px;
}

.aguila{
    width: 150px;
    margin-left: 128px;
    margin-top: -15px;
    position:absolute;
}


.login-box .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

.login-box h1{
   
    padding: 0 0 20px;
    text-align: center;
    font-size: 22px;
}

.login-box label {
   
    padding: 0;
    font-weight: bold;
    display: block;

}

.login-box input {
    width: 100%;
    margin-bottom: 20px;

}

.login-box input[type="text"],
.login-box input[type="password"] {
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;

}

.login-box input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    background: #b80f22;
    color:#fff;
    font-size: 18px;
    border-radius: 20px;

}

.login-box a {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    color: darkgrey;
}

.login-box a:hover{
    color: #fff;
}

.text-modal{
    text-align: justify;
    font-family: system-ui;
    font-weight: bolder;
}