.view-content{
    background: #abbaab; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #abbaab, #ffffff); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #abbaab, #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-MasterPage{
    background: #E9E4F0; 
    min-height: calc(100vh - 155px);

}
.card-login{
    background: url("../img/patterfinal.png");
    border-radius: 15px;
    box-shadow: 1px 1px 3px #383838,2px 1px 1px #abbaab ;
    width: 400px;
    height: 500px;
    
    position: relative;
}

.header-login{
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items: center;
}

.buttom{
    background: #2cd7dc;
    border-radius: 0px 0px 15px 15px;
    border: none;
    bottom: 0px;
    height: 35px;
    position: absolute;
    width: 400px;
   
}

.text-label{
    color: black;
    font-weight:bold;
    font-size: 1em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0;
}

.color-primary{
    color: #f03252;
}
.color-white{
    color: white;
}
.border-b{
    border-bottom: solid 1px #383838;
}

.navbran{
    height: 100px ;
    background:  linear-gradient( to right ,rgba(230, 228, 228, 0.144),rgb(255, 255, 255)), url("../img/patterfinal.png");
    margin: 0px;
    width: 100%;
}
.nav-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}
.nav-logo > img{
    height: 6em;
}
.nav-menu{
    background: #65e1e1;
    display: flex;
    height: 55px;
    width: 100%;
    justify-content:space-evenly;
    align-items: center;
}
.menu-items {
    display: flex;
    flex-direction: row;
}

.menu-item{
    display: block;
    
    font-size: 1em;
    letter-spacing: 1px;
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    cursor: pointer;
}
.menu-item a{
    color: #6b6a6a ;
    display: flex;
    flex-direction: row;
    height: 55px;
    justify-content: start;
    align-items: center;
    text-decoration: none;
    font-weight: lighter;
}
.menu-item a > i{
    margin-right: 5px;
}
.sub-menu-item{
    display: none;
    background-color: #5cd4d4;
    padding-left: 10px;
}


.submenu-menu{
    border-bottom: solid 2px #50c4c4;
    margin-bottom: 5px;
}
.submenu-menu a {
    margin-right: 10px;
}
.menu-item a:hover{
    color: #fff;
}
.menu-item a:hover{
    background-color: #5cd4d4;
}
.menu-item:hover  .sub-menu-item{
    display: block;
    position: absolute;
    z-index: 1;
}


.menu-user{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.user-imagen{
    height: 32px;
    width: 32px;
    border-radius: 999px;
}

.wallpaper{
    align-items: center;
    background: linear-gradient(to right, #abbaabb7, #ffffffc7), url("../img/bag_back.png") ;
    display: flex;
    height: calc(100vh - 155px);
    justify-content: center;
    width: 100%;
}
.wallpaper > h4{
    font-size: 4em;
    color: #fff;
}
.wallpaper >p{
    width: 350px;
    text-align: justify;
    padding-bottom: 10px;
    border-bottom:dashed 2px #fff;
}

/*ESTILOS ESPECIALES PARA LOGIN*/

#user::-webkit-input-placeholder , #pass::-webkit-input-placeholder{
    text-align: center;
    font-size: 1em;
    color: #e6529591;
}
#user:focus ,#pass:focus {
    box-shadow: 0 0 5px #ff8903;
    border: 1px solid #ff8903;
}

/*FIN ESTILOS ESPECIALES PARA LOGIN*/



/* MEQIA QUERY   */
/*MODO TABLE*/
@media (max-width: 768px){
    .card-login{
       
        background-position: center;
        background-size: contain;
    }

    .header-login{
       
        background: linear-gradient(to right, #ece9e6, #ffffff);
        border-radius: 15px 15px 0px 80px;
        box-shadow: 0px 2px 3px #ccc;

    }
    .nav-logo img {
        height: 90px;
        width: 280px;
    }

    .nav-menu{
        flex-wrap: wrap-reverse;
        flex-direction: column-reverse;
        height: 80px;
    }

    .menu-item a {
        height: 32px;
    }


}
@media (max-width: 660px){
    .menu-item a {
        display: flex;
        flex-direction: column;
        font-size: 0.9em;
        height: 32px;
    }
    .sub-menu-item .submenu-menu a{
        display: block;
        font-size: 0.8em;
    }

}
@media (max-width: 480px){

    .card-login{
        
        height: 100vh;
        border-radius: 0px;
        width: 100%;
        }
    
    .header-login{
        padding: 0px;
        background: linear-gradient(to right, #ece9e6, #ffffff);
        border-radius: 0px 0px 0px 80px;
        box-shadow: 0px 2px 3px #ccc;
        margin: 0px;
        height: 170px;
       
    }
    
    .buttom{
        border-radius: 0px;
        width: 100%;
    }
    .nav-logo{
        width: 100%;
        height: 100%;
    }
    .nav-logo img {
        height: 100px;
        width: 300px;
    }
    
    .nav-menu{
        flex-wrap: wrap-reverse;
        flex-direction: column-reverse;
        height: 80px;
    }
    
    .user-imagen{
        height: 32px;
        width: 32px;
    }
    
    .menu-item a {
        height: 32px;
    }
    .menu-item a > i{
        font-size: 1.3em;
        text-shadow: 1px 1px 2px rgb(255, 247, 247);
    }
    .menu-item a > b{
        display: none;
    }
    
    .submenu-menu{
        font-size: 0.7em
    }
    }