﻿/* FullLayout  */
.fullLayout.background {
    background-image: url(/_content/BellCloud.Anywhere.Blazor/images/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
