.alert {
    background: linear-gradient(to bottom left, #c33764 0%, #1d2671 100%);
    word-break: break-word;
    overflow: hidden;
    border-radius: 5px;
    border: 0px;
}

.alert span {
    background: rgb(255, 255, 255, 0.3);
    border-radius: 5px;
    color: aliceblue;
    text-transform: unset;
    border-bottom: 1px solid rgb(172, 215, 253);
}

.alert hr {
    margin-bottom: 0;
}

button {
    border-radius: 5px;
    background: orange;
}

.alert img {
    border: none;
    border-radius: 0;
}