.content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.paragraph, .label {
    font-size: 0.975rem;
    font-weight: lighter;
    line-height: 1.25rem;
    color: var(--color-neutral-gray-dark);
}

.input {
    font-size: 0.875rem;
    font-weight: lighter;
    line-height: 1.25rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem;
    padding: 0.5rem 0.75rem;
    width: 50%;
    margin-top: 0.5rem;
}
.container_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
}

.actions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1rem;
}

.actions button {
    width: 100%;
    border-radius: 5px;
    margin-top: .8rem;
}