p.accept {
    font-size: 14px;
    line-height: 17.5px;
}

input.accept {
    margin-top: 3px;
}

.forms .sex label.sex {
    margin-left: 8px;
    font-size: 16px;
    color: #545a57;
}

.criar-contato .image {
    position: sticky;
    top: 0px;
    margin: 0 auto;
}

.forms button.btn,
.forms button.btn-default--transparent {
    width: 100%;
}

.forms .col-lg-6 .btn {
    background-color: #465898;
    border: 1px solid #465898;
    justify-content: center;
}

.forms .col-lg-6 .btn:hover {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.forms button.submit.btn,
.forms button.submit.btn-default--transparent {
    width: 487px;
    text-align: center;
    justify-content: center;
}

.forms label {
    margin-bottom: 0;
    line-height: 150%;
}

.criar-contato label a {
    font-size: 18px;
}

.color-red {
    color: red;
}

.input-group {
    margin: 0 !important;
}