 /*-- Facturacion */
 
 .factura{
                width:100%;
                min-height:100vh;
                display:flex;
                justify-content:center;
                align-items:center;
                background-image: url('../images/logintraking/global-shipping-tracking.jpg');
                background-position: center;
                background-size:cover;
                background-repeat: no-repeat;
            }
            .img-center{
                display:flex;
                justify-content:center;
                align-items: center;
                height:100%;
                padding-top:10%;
            } 
            
            
  /*-- Login Tracking*/

            .secTrac{
                display:flex;
                flex-direction: column;
                justify-content:center;
                width: 100%;
                min-height: 65vh;
                background-image:url('../images/logintraking/global-shipping-logistic.jpg');
                background-position:center;
                background-repeat: no-repeat;
                background-size: cover;
            }
            .info-wrap{
                display:flex;
                flex-direction: column;
                align-items: center;
                margin-bottom:4%;
                display: block;
            }
            .gsl-logo{
                margin-top: 5%;
                margin-bottom:7%;
            }
            @media (max-width:300px){
                .logo-wrap{
                    text-align: center;
                 }
                 .info-wrap{
                     text-align: center;
                 }
                 .lgs-logo{
                     max-width:50%;
                 }
            }
            @media (min-width:300px){
                .logo-wrap{
                    text-align: center;
                 }
                 .info-wrap{
                     text-align: center;
                 }
                 .gsl-logo{
                     max-width:50%;
                 }
            }
            @media (min-width:900px){
                .logo-wrap{
                    text-align:left;
                }
                .info-wrap{
                    text-align: left;
                }
                .gsl-logo{
                    max-width:26%;
                }
            }
            @media (min-height:768px){
                .gsl-logo{
                    max-width:35%;
                }
            }
            
           
            
            /*Fuente*/

 @font-face
 {
 	font-family:dubai-bold;
 	src:url(../CSS/fontawesome/fonts/DUBAI-BOLD.TTF) 
 }
 
 .track-text
 {
 	font-family:dubai-bold;
 }
 
 .sub-container
 {
 	padding-right:inherit;
	padding-left:inherit;
	margin-right:inherit;
	margin-left:inherit;  
	
	 border-radius:10px;
	 border-top:10px solid orange;
	 border-bottom:10px solid orange;
	 background:rgba(255,255,255,0.8)
 }
 
 .form-content
 {    
 	padding:20px; 
 }