:root{
    --secondary-background-color: #FFF0F0;
}

.has-background-custom-1{
    /* Used in the email content page background */
    background-color: var(--secondary-background-color)!important;
}

/* Mega Edit */
.loadingScreen .loadingLogo::before {
    content: "";
    /* Change the mega edit image here using the same naming structure on CSS  override */
    background: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/ME-Logo.png");
    width: 20rem;
    height: 50%;
    position: absolute;
    top: -2rem;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.loadingScreen .loadingSpinner{
    position: relative;
    top: 5rem;
}

.loadingScreen .loadingLogo .loadScreenStepIndicator{
    font-size: 1.5rem;
    margin-top: 2rem;
}

.loadingScreen .fa-cog{
    height: 10rem !important;
    width: 10rem !important;
}