#loginglobalsorders{
    color: #333;
}
#iframesglobalsorders{
    height: 100%;
    margin: 0; padding: 0;
}
#iframesglobalsorders #main{
    height: 100%;
}
#iframesglobalsorders iframe{
    width: 100%;
    height: 85%;
    margin: 0; padding: 0;
}

.form-go{
    margin-top: 20px;
    margin-left: 20px;
}
#home-globals-orders {
    margin-top: 80px;
}

.page-header-globals-orders{
    text-align: center;
}
.list-globals-orders{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 15px;
    justify-items: center;
}
.item-globals-orders{
    font-size: 17px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    object-fit: contain;
}

.btn.btn-globals-orders{
    background-color: #000;
    border-color: #000;
    border-radius: 0;
    color: #fff;
    margin-top: 10px;
}
#header .btn.btn-globals-orders{
    display: block;
    color: #fff;
    margin: 0 auto;
    width: 160px;
}
#main .btn.btn-globals-orders{
    display: block;
    color: #fff;
    margin: 0 auto;
    width: 160px;
}
a:hover .btn-globals-orders{
    background-color: #222;
    border-color: #222;
}

.table-global-order td{
    padding: 5px 0;
    font-size: 17px;
}
/*
.header-nav .container{
    position: absolute;
}

.btn-globals-orders{
    position: absolute;
    left: 9%;
}
*/
.bg-login { 
    /* The image used */
    background-image: url("../views/img/fondash.jpg");
    
    /* Full height */
    height: 100%; 
    
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
    
    #layout-login{
        text-align: center;
        padding-top: 140px;
    }
    #layout-login .logo{
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #layout-login .form-label{
        text-align: center;
        color: #fff;
        font-size: 14px;
    }
    
    #layout-login .input-group .btn i{
        font-size: 1rem;
    }
    
    #layout-login .title{
        font-size: 2em;
        margin-bottom: 50px;
        color: #fff;
    }
    
    #layout-login small{
        display: block;
        font-style: italic;
    }
    
    @media (max-width: 576px) {
        #layout-login .input-group {
        width: 80%;
        padding-left: 10%;
        }
    }
    
    .input-group-append, .input-group-prepend {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .input-group-append {
        margin-left: -1px;
    }
    
    .input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2;
        line-height: 1.15;
    }