.error-div {
    padding: 1em 0;
}

.erro-wrapper {
    background-color: #fff;
    margin: 1em 0;
    box-shadow:
        0 1px 3px 0 rgba(0, 0, 0, 0.2),
        0 1px 1px 0 rgba(0, 0, 0, 0.14),
        0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.error-span {
    font-weight: 400;
    font-size: 1.2em;
}

.error-ul {
    margin: 10px 0;
    padding-left: 1em;
}

.error-ul li {
    padding-left: 1em;
    position: relative;
    margin-bottom: 8px;
}

.error-ul li:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.error-text {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-self: center;
}
