p.input-wrapper {
    flex-basis: 33.33% !important;
    max-width: 33.33% !important;
}

p.input-wrapper > input {
    font-size: initial !important;
}

section.auth-section {
    display: flex !important;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.textarea-wrapper > .textarea {
    font-size: 80% !important;
    min-height: 150px !important;
}

.post-action > input {
    font-size: 80% !important;
}

.text-wrapper > .text {
    font-size: 80% !important;
}
