.alert .alert-container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.alert .alert-container > div {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.alert .alert-container > div:first-child {
    max-width: 55px;
    padding: 0 1.5rem 0 0;
}

.alert i {
    padding: 0.4rem !important;
}

.alert .alert-title {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.alert .errors {
    margin-left: 55px;
}

.d-none {
    display: none;
}
