.errors {
    small {
        font-size: 15px;

        &:before {
            content: " - ";
        }

        &.hidden {
            display: none;
        }
    }
}
