﻿/*Splash screens*/

.bootbackground {
    background-image: url("../Assets/Images/splash/waiverform-management-studio-splash-640x480-03.jpg");
    background-repeat: no-repeat;
}

.splashContent {
    height: 480px;
    width: 640px;
    box-shadow: #888888 0px 0px 150px 0px;
    border: 1px solid black;
    position: relative;
}

    .splashContent .splashbody p {
        position: absolute;
        left: 32px;
        bottom: 144px;
        color: #fff;
        max-width: 300px;
    }

    .splashContent .splashFooter {
        position: absolute;
        left: 32px;
        bottom: 20px;
        color: #fff;
    }

        .splashContent .splashFooter p {
            margin: 0;
            font-size: 12px;
        }


@media only screen and (max-width: 600px) {
    .bootbackground {
        background-image: url("../Assets/Images/splash/waiverform-management-studio-splash-320x480-03.jpg");
    }

    .splashContent {
        height: 480px;
        width: 320px;
    }

        .splashContent .splashbody p {
            position: absolute;
            left: 10px;
            bottom: 70px;
        }

        .splashContent .splashFooter {
            left: 10px;
        }
}
