.alert {
    border-radius: 26px !important;
    padding: 0.8rem !important;
}

.alert .alert-icon {
    font-size: 18px;
    margin: 0px 10px;
}

.alert * {
    color: white !important;
}

.success-alert {
    background:#68cd86;
}

.error-alert {
    background:#e54e43;
}
