.form-group input {
    background: none;
    border: 2px solid #007abe;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 600px;
    height: 50px;
}

.form-group input::placeholder {
    color: #a0a0a0;
}

#submit {
    border: 2px solid #007abe;
    color: #007abe;
    background-color: #fff;
    padding: 10px 45px 45px;
    font-size: 18px;
    border-radius: 5px;
}

#submit:hover{
    background-color: #007abe;
    color: #fff;
    
}
.campos-registro {
    text-align: left;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.wpb_wrapper{
    width:100%;
}