.dataform {
    padding: 2.5rem 5.125rem;
    background-color: #F1F4F7;
    border-radius: 4px;
    overflow: hidden;
}

.dataform__area {
    padding: 1.25rem 0 1rem;
    border-bottom: 1px solid #DBE4EB;
}

.dataform h1 {
    color: #164E84;
    font-size: 1.875rem;
    margin: 0;
}

.dataform h2 {
    color: #1c1c1c;
    margin-bottom: 0.7rem;
}

.dataform__supporttext {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.dataform__fields {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.dataform__fields .dataform__fields {
    margin-bottom: 0;
}

.dataform__fields label {
    font-size: 0.875rem;
}

.dataform__fields.birthdate input {
    text-align: center;
}

.dataform__half {
    width: calc(50% - 10px);
}

.dataform__quarter {
    width: calc(25% - 5px);
}

.dataform .button {
    float: right;
    width: 18rem;
    margin-top: 2rem;
}

@media only screen and (max-width: 980px) {
    .dataform {
        padding: 2.5rem;
    }
}