div.spinner-wrapper{
    width: 100%;
    height: 100vh;
    text-align: center;
    position: fixed;
    background-color: #000;
    opacity: 0.4;
    z-index: 4000;
}

div.spinner-border{
    margin-top: 50vh;
}