﻿.HomeLogin {
    max-width: 100%;
    width: 350px;
    margin: 15% auto;
}

 .HomeLogin h5 {
    text-align: center;
 }

 .imgcontainer {    
    width: 120px;
    margin: 10px auto 10px auto;

}

#main-content {
    background: white;
    width: 95%;
    max-width: 100%;
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    color: #666;
    /*position: relative;*/
    padding: 20px;
}

    #main-content h4 {
        text-align: center;
        margin-bottom: 20px;
    }

.btn-salir a {
    color: #9BA6B2;
    text-decoration: none;
}

    .btn-salir a:hover {
        color: #337ab7;
        text-decoration: none;
    }

    .btn-salir a:after {
        font-family: FontAwesome;
        content: "\f090";        
        padding-left: 5px;
        font-weight: bold;
    }

    .btn-salir a:hover:after {
        content: "\f08b";
    }

header {
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 30%);
}

.container-fluid{
    padding-left: 0px !important;
    padding-right: 0px !important;
}