body {
    font-family: 'Open Sans', sans-serif !important;
    
}

html {
    background: url(./../resources/img/unir.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.html, body {
    background: transparent !important;
}

.welcome-bar {
    background-color: #fff500;
    box-sizing: content-box;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
    min-width: 240px !important;
}

.footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    min-height: 24px;
    z-index: 9999;
    color:#f6f6f6!important;
    padding-top:4px;
    background-color: #0078ae;
    margin-top: 5px;
}
