.swal-modal {
    background-color: #2A385D;
    border: 3px solid white;
}

.swal-title {
    color: #fff
}

.swal-text {
    color: #fff
}

.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #2A385D;
    font-size: 12px;
    border: 1px solid #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.swal-button:not([disabled]):hover {
    background-color: #fff !important;
    color: #2A385D !important;
    border: 1px solid #fff;
}