
body {
    padding: 10px;
}

.swal2-popup.custom-error-alert {
    background: #FFF9F9;
    border-radius: 15px;
    width: 402px;
    padding: 20px;
    margin-top: 70px;
    border: none;
    display: flex !important;
    align-items: center;
}

.swal2-popup.custom-error-alert .swal2-title {
    text-align: center;
    font: normal normal bold 17px/21px Quicksand;
    letter-spacing: 0px;
    margin: 0 0 0 15px;
}

.swal2-popup.custom-error-alert .custom-icon {
    width: 90px;
    height: auto;
    margin: 0;
}

.swal2-popup.custom-error-alert .swal2-show {
    animation: swal2-show .4s;
}

.swal2-popup.custom-error-alert .swal2-hide {
    animation: swal2-hide .4s forwards;
}
