#row1, #row3{
    background-color: white;
    height: 30px;
    width: 100%;
}

#row1 {
    padding-top: 10px;
}

#row2{
    background-color: #FFFFFF;
    padding: 10px 0;
    min-height: 70px;
}

.row4{
    background-color: white;
    padding-left:340px;
    padding-top:5px;
    height:27px;
}

.row5{
    background-color: white;
    padding-left:150px;
    padding-top:5px;
    height:27px;
}

#bandeira {
    height: 30px;
}

#brasao{
    text-align: right;
}

#brasao a{
    color: #FFFFFF;
    font-weight: bold;
}

#logo a img{
    margin-top: 15px;
}

#slogan {
    border-left: 1px solid black;
    text-align: center;
}

#slogan h2{
    font-weight: bold;
}

#principal {
    background-color: white;
    /*min-height: 350px;*/
    width: 100%;
    height: 100%;
}

#sign {
    margin-right: 3%;
}

#login .form-control {
    width: 80%;
}

label {
    line-height: 35px;
}

button {
    margin-top: 15px;
}

/*.btn-primary {*/
    /*background-color: white;*/
    /*border-color: darkgray;*/
    /*color: gray;*/
/*}*/

#info {
    border-left: 1px #e3e3e3 solid ;
    padding-left: 4%;
    text-align: justify;
}

footer {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: gray;
    text-align: center;
    /*min-height: 30px;*/
    margin-top: 15px;
    padding: 10px 0;
}

.container {
    height:100%;
}

#endereco p{
    line-height: 15px;
}

/*Formulário Completo*/
.form-signin h4 {
    background-color: #e3e3e3;
    margin: 30px 0 0 0;
    padding-left: 10px;
    line-height: 35px;
}

#conjugue {
    margin-top: 20px; 
}

#dados_dependentes span {
    font-size: 12px;
}

.message, .warning, .success, .error {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    border: 1px solid;
    margin: 10px 0px;
    
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
    
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
     border-radius:5px;
}

.message {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url("../img/icones/information.png");
}

.warning {
        color: #9F6000;
    background-color: #FEEFB3;
    background-image: url("../img/icones/exclamation.png");
}

.success {
    color: gray;
    background-color: #DFF2BF;
    background-image:url("../img/icones/accept.png");	
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url("../img/icones/cross_circle.png");	
}