html,
body {
    height: 100%;
    min-height: 100%;
}

.fieldsets_fonte h2 {
    color: #222;
}

#rodape {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #21485b;
    color: #ffffff;
    position: fixed;
    bottom: -2%;
    left: 0;
    width: 100%;
    height: 15px;
    padding-top: 8px;
    padding-right: 25px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 18;
    z-index: 9999;
}

.label_texto {
    font-weight: bolder;
    font-size: 120%;
    color: #000;
}

#watermark {
    position: absolute;
    left: 30%;
    top: 30%;
    opacity: 1.0;
    filter: alpha(opacity=100);
    z-index: -100;
}

#watermark_login {
    position: absolute;
    top: 110%;
    left: -30%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: -100;
}

#login_header_mobile {
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
    #header #branding h1 {
        visibility: hidden !important;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none !important;
    }
    #login_header_mobile {
        visibility: visible !important;
        clear: both;
        float: left;
        font-size: 14.5px;
        margin: -5px auto 1px auto;
        width: 100%;
        display: inline !important;
    }
    #colunas {
        margin-right: 3%;
    }
    #header {
        background: #205067;
        padding-left: 0;
        padding-right: 0;
    }
}