body {
    /*    background-color: #000000;*/
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
img {
    border: 0px;
}
.section {
    width: 573px;
    margin: 0px auto;
}
.conteudo {
    width: 573px;
    margin: 0px auto;
    background-color: #019ac3;
    height: 501px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 0px 20px 17px;
}
.conteudo form {
    font-family: "Segoe UI Light", "Segoe UI", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}
.campo {
    height: 42px;
    background-color: #ffffff;
    border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    border: 0px;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 15px 10px 15px;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    color: #4b4b4b;
    font-weight: bold;
}
.conteudo label {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}
.conteudo a {
    color: #FFFFFF;
    text-decoration: none;
}
.divCampos {
    float: left;
    margin-right: 10px;
}
.submit {
    float: left;
    width: 573px;
    position: relative;
    top: 140px;
    left: -17px;
    text-align: center;
}
.header {
    width: 573px;
    margin: 0px auto;
    text-align: center;
}
.footer {
    padding-top: 10px;
    text-align: center;
}
label.error {
    font-family: "Segoe UI", sans-serif;
    font-size: 12px;
    color: #ff5757;
    position: absolute;
    height:20px;
    line-height:20px;
    margin-left:40px;
    font-weight:bold;
    margin-top:-10px;
    top:11.3%;
}