﻿#mensagem-boas-vindas {
    float: left;
    width: 520px;
    height: auto;
    margin: 17px 0 0 0;
}

    #mensagem-boas-vindas img {
    }



#botao-centralizado {
    width: 230px;
    margin: 35px auto 60px auto;
}


p {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    color: #444444;
    text-align: justify;
    line-height: 18px;
}

label {
    font-size: 14px;
    margin: 0 0 5px 0;
    float: left;
}

input {
    padding: 9px;
}

h3 {
    margin: 15px 0 10px 25px;
    color: #004C72;
    font-size: 16px;
    text-transform: uppercase;
}



/* Formulários de Login */

#forms-opcoes-login {
    float: left;
    width: 440px;
    height: auto;
    margin: 17px 0 0 64px;
    background-color: #fff;
}


.form-login {
    width: 100%;
    float: left;
    min-height: 250px;
    background-color: #fcfcfc;
}

.topo-form-login {
    width: 100%;
    height: 35px;
    background-color: #004F75;
}

    .topo-form-login h3 {
        line-height: 35px;
        text-indent: 20px;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        color: #fff;
        margin: 0;
    }

.content-form-login {
    width: 70%;
    margin: 0 auto;
}

    .content-form-login p {
        margin-top: 15px;
        color: #1F1F1F;
    }

    .content-form-login > div {
        width: 80%;
        height: auto;
        margin: 30px auto;
    }

    .content-form-login a {
        font-size: 14px;
    }

#consulta {
    margin-top: 15px;
}

#login {
    background-image: url("img/govbr-logo.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}


input[type="submit"] {
    padding: 7px 5px 7px 5px !important;
    color: #fff !important;
    width: 120px !important;
    text-decoration: none !important;
    background: #004F75 !important;
    text-align: center !important;
    text-transform: uppercase;
    height: auto !important;
    float: left;
    line-height: 20px !important;
    border: 0 !important;
    cursor: pointer !important
}

input[type="text"], input[type="password"] {
    padding: 3px !important;
}

    input[type="text"]:focus, input[type="password"]:focus {
        border: 1px solid #216CF2 !important;
    }

input[type="submit"]:hover {
    background: #00ABFD !important;
}