/* CSS used here will be applied after bootstrap.css */
.swal2-modal pre {
    /*background: #49483e;*/
    color: #337ab7;
    /*padding: 10px;*/
    font-size: 20px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
}

.swal2-custom-confirm {
    width: 100px;
    height: 50px;
    font-size: 18px;
    font-weight:bold;
}

.swal2-custom-cancel {
    width: 100px;
    height: 45px;
    font-size: 16px;
}