/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 

#logo img {
    width: auto;
    height: 30px;
}
 

/*#header{
    
    height: 80px;
}*/

#header .pull-right{
    
    margin-top: 20px;
}


nav ul ul{
    display:block;
}

#btn_login{
    
    background-color:#226533;
    text-transform: uppercase;
}

#logo_login{
    
    text-align: center;

padding-top: 50px;
}

body{
    background: url(/img/bg.jpg);
    background-repeat: no-repeat;
background-size: cover;
}


#usuario_top .navbar-nav .nav-link {
    color:  white;
}

footer.sticky-footer {
    width: 100%;
}

#usuario{
    color:rgba(255, 255, 255, 0.5);
 
  
}
.form-label-group input::placeholder {
    color: #6c757d;
}

.navbar-brand{
    margin: auto !important;

    
}

.navbar-nav{
    margin-left: auto !important;
    float: right;
    
}


.card-login{
    
    margin-bottom:100px;
    
}


h1{
    font-size: 20px;
    margin-bottom: 0.1rem;
    color: #000;
    margin-top: 1.2rem;
	font-family: "Open Sans", sans-serif;
}


@media (max-width: 400px){
    footer.sticky-footer{
    
        position: inherit;
    }
}

input[type="text"]::-ms-input-placeholder { color: #000; }
input[type="password"]::-ms-input-placeholder { color: #000; }