html {
    font-size: 62.5%;
    /* 62.5% of 16px = 10px */
}

body {
    background-color: #F9F9F9 !important;
}

.swal-title {
    margin: 0px;
    font-size: 26px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
    margin-bottom: 28px;
    font-family: "Lato";
}

.swal-modal {
    background-color: "#FFF";
    border: 3px solid white;
}

.swal-text {
    padding: 17px;
    display: block;
    margin: 22px;
    text-align: center;
    color: #61534e;
    font-family: "Lato";
}

.swal-overlay {
    background-color: rgba(0, 0, 0, 0.45);
}

.swal-footer {
    background-color: rgb(245, 248, 250);
    margin-top: 32px;
    border-top: 1px solid #E9EEF1;
    overflow: hidden;
}

.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #4962B3;
    font-size: 12px;
    color: #fff;
    border: 1px solid #3e549a;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
    font-family: "Lato";
}