.sweet-alert {
    border-radius: .9rem;
}

.sweet-alert button {
    color: #fff;
    background-color: #E50914!important;
    box-shadow: none!important;
    border: none;
    outline: none;
    border-radius: .25rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    font-size: 1rem;
}

.sweet-alert p {
    color: #212529;
}

.sweet-alert h2 {
    color: #5f5f5f;
    text-transform: uppercase;
    padding: 18px 0 8px;
}

.sweet-alert .sa-error-container.show {
    background: unset;
}

.sweet-alert .sa-error-container .icon {
    background-color: #e64a1d;
}
