body {
    font-family: Roboto, Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #666;
    margin:auto;
    max-width:822px
}

body a {
  font-weight: 500;
  color: #00c1cf;
  transition: 0.3s;
    text-decoration: none;
}

.campo-form-full {
    float:left;
    width:100%;
    padding:5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.campo-form-50 {
    float:left;
    width:50%;
    padding:5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.campo-form-full label, .campo-form-50 label {
    float:left;
    width:100%;
    margin-bottom:5px;
}

.campo-form-full span, .campo-form-50 span {
    float:left;
    width:100%;
}

.form-field {
    border: solid 1px #555;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    font-size: 15px;
    width: 100%;
    color: #555;
    border-radius: 5px;
}

.field-checkbox span {
    width:100%;
    font-size:14px;
    float:left;
    width:100%;
}

.field-checkbox span label {
    display:inline;
    width:auto;
    float: none;
}

.field-checkbox input {
    display:inline;
    margin:0;
    margin-right:5px;
}

.field-checkbox div {
    border: solid 1px #555;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    color: #555;
    border-radius: 5px;
    display:inline-block;
    min-height:40.5px;
}

.msg-erro {
    font-size:12px;
    font-weight:bold;
    float:left;
    color:#b20000;
}

.botaoformCPS {
    background: #00c1cf;
    color: #fff;
    border: 0;
    padding: 20px;
    border: none;
    cursor: pointer;
    transition: 0.5s;
    display: block;
    margin:auto;
    font-size: 15px;
    font-weight: 500;
    margin-top:20px;
    text-transform:uppercase;
}

.botaoformCPS:hover {
    background:#01a5b1;
}