html {
    font-size: 14px;
}

body {
    font-family: "Source Sans Pro", sans-serif;
    min-height:400px;
}

.info-box-icon img{
    padding: 20px;
    width:100%;
}

.server{
    /*background-color: #2f2544;*/
    text-align: center;
    color: white;
    padding: 10px;
    margin:0px 42px;
    border-radius:7px;
    font-size:16px;
}

.button-box{
    padding:5px 28px;
}

.btn-secondary:active {
    background-color: #cc5500 !important;
    border-color: #cc5500 !important;
}

.btn{
    font-size: 20px !important;
    padding-top: 5px !important;
}

.bloque_m{
    text-align: center;
   /* margin-top:12px;*/
}
.div-hidden{
    display: none !important;
}
#logo{
    width:100%;                   /* text area width */
    text-align:center;
    padding:150px 0px 0px 0px;
    background-size: contain;
}
.panel {
    background: rgba(0, 0, 0, 0) url("../img/75.png") repeat scroll 0 0;
    padding: 25px 40px;
    margin-top: 20px;
}
.mb-3{
    width:203px;
}
.mb-3 input{
    margin:0 auto;
}
.panel-title{
    color:white;
}
.info-box-icon{
    /*line-height: 73px !important;*/
    height: 73px !important;
    width: 73px !important;
    font-size:50px !important;
}
.info-box{
    min-height: 73px !important;
}
.info-box-content{
    margin-left: 74px !important;
    padding: 0px 10px !important;
}
.c-box{
    width:100%;
    padding:10px;
    margin-top:14px;
    overflow:auto;
    border-top:#dddcdc 1px solid;
    background-color: #fbf7f7;
}