html {
        height: 100%;
}


body {
        background-color:#ffffff;
        margin:0;
        padding:0;
}
.titulo {
    background: #ffffff;
    background-image: url(img/LOG_CLIENTE);
    background-repeat: no-repeat;
    background-position: right center;
    position: static;
    width: 900PX;
    height: 42px;
    margin: 0 auto;
    padding: 1em 1.5em;
    border-radius: 1.5em;
}
.titulo h1 {
        font-family: arial, helvetica, sans-serif;
        font-size: 2em;
        color:#2c2d31;
        position:absolute;
        margin: 0;
        padding: 0 
}

blockquote {
    margin: 1em;
    background: #ffffff;
    position: static;
    width: 900px;
    margin: 0 auto;
    padding: 51px 0 0;
    padding: 2em 1.5em;
    border-radius: 1.5em;
}

blockquote p {
        font-family: arial, helvetica, sans-serif;
        margin: 0;
        padding: 0 
}

.refresh {
        font-family: arial, helvetica, sans-serif;
        color:#2c2d31;
        float:right;
        position:relative;
        bottom:0; 
}
.form-submit-button{
        background:#ed1515;
        color:white;
        border-style:outset;
        border-color:#910909;
        height:30px;
        width:150px;
        font: bold 15px arial,sans-serif;
}
.teste {
    background: #ffffff;
    position: static;
    width: 900PX;
    height: 2px;
    margin: 0 auto;
}
.hr{
    border: 1px dotted #C0C0C0;
    border-style: none none dotted; 
    color: #fff; 
    background-color: #fff;
}
