body {
    height: 100vh;
    background: hsla(203, 95%, 38%, 1);
    background: linear-gradient(45deg, hsla(203, 95%, 38%, 1) 0%, hsla(202, 92%, 15%, 1) 100%);
    background: -moz-linear-gradient(45deg, hsla(203, 95%, 38%, 1) 0%, hsla(202, 92%, 15%, 1) 100%);
    background: -webkit-linear-gradient(45deg, hsla(203, 95%, 38%, 1) 0%, hsla(202, 92%, 15%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0578BD", endColorstr="#032F49", GradientType=1 );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    z-index: 11000;
}