:root {
    --blue: #3FB9EA;
    --redhover: #B80000;
    --gray: #808080;
    --red: #D60000;
}

.loader {
    background: #fff;
    width: 100%;
    min-height: 100vh;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.loaderBody {
    width: 100%;
    max-width: 420px;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.loaderIMG {
    width: 100%;
    max-width: 320px;
    height: auto !important;
    object-fit: contain;
    display: block;
}
