.input + .label + span {
    position: static;
    top: auto;
    right: auto;
    height: auto;
    display: block;
    align-items: center;
    color: #EB001B;
    text-align: right;
    font-size: 1.4rem;
    font-weight: 600;
    padding-top: .5rem;
}

.textarea + .label + span {
    position: static;
    top: auto;
    right: auto;
    height: auto;
    display: block;
    align-items: center;
    color: #EB001B;
    text-align: right;
    font-size: 1.4rem;
    font-weight: 600;
    padding-top: .5rem;
}
