/*index.php*/
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    width: 100%;
}

.float-image-right{
    float:right;
    margin-top: 3%;
    margin-right:5%;
    width: 15%;
    height: auto;
}

.index-login-disc-top {
    position: absolute;
    z-index:9999;
    top:-20px;
    left:85%;
}

.index-login-img-captcha {
    border: 0px;
    vertical-align: bottom;
}

.index-login-texto-informacoes {
    background-color: white;
    color: red !important;
}

.index-colored-label {
    font: normal 12px 'Open Sans', arial, sans-serif;
    color: #4d4d4d;
    font-weight: bold;
}