﻿body {
}
body {
    background-color: #ffffff;
}

html, body {
    height: 100%;
}

#PageBody /*.BODY_Option01 */ {
    height: 100%;
}

.DIV_PageBG {
    position: relative;
    top: 0px;
    left: 0px;
}

#DIV_PageWrapper {
    position: relative;
    z-index: 2;
}

.DIV_IdentityBlock {
    width: 95%;
    margin: 3px auto;
    text-align: left;
    border: 0px;
    border-bottom: 1px solid #000;
}

#IMG_Logo {
    width: 200px;
    height: 82px;
    margin: 10px;
}

div.DIV_LoginAccent {
    height: 20px;
}

div.DIV_LoginContainer {
    width: 400px;
    min-height: 250px;
    margin: 0px auto;
    padding: 10px;
    position: relative;
}

.DIV_LoginBlock {
    min-height: 270px;
}

.DIV_LoginBlock_Short {
    min-height: 160px;
}


#DIV_MessageBlock_Login * {
    font-weight: bold;
}

.DIV_StatusMessage {
    width: 100%;
    margin: 2px auto;
}

.DIV_LoginContainer {
    max-width: 92%;
}

.DIV_MessageBlock {
    min-height: 60px;
}

.IMG_BG {
    position: fixed;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
}

.DIV_LoginBlock {
    background-color: rgba(255,255,255,0);
}


/* ********************** MEDIA STYLING ******************************* */


/* Extra-small devices (landscape vertical phones, 575 and down) */
@media (max-width:575px) {
    .DIV_IdentityBlock {
        text-align: center;
    }

    .IMG_BG {
        top: -200px;
        left: 0px;
        width: 2800px;
    }

    .DIV_LoginContainer {
        margin: 0px auto;
        background-color: rgba(255,255,255,0);
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width:767px) {
    .IMG_BG {
        top: 100px;
        left: -350px;
        width: 1600px;
    }

    .DIV_LoginContainer {
        position: absolute !important;
        right: 60px !important;
        background-color: rgba(255,255,255,0);
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width:991px) {
    .IMG_BG {
        top: 100px;
        left: -300px;
        width: 1600px;
    }

    .DIV_LoginContainer {
        position: absolute !important;
        right: 60px !important;
        background-color: rgba(255,255,255,0);
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1199px) {
    .IMG_BG {
        top: 100px;
        left: -300px;
        width: 1600px;
    }

    .DIV_LoginContainer {
        position: absolute !important;
        right: 60px !important;
        background-color: rgba(255,255,255,0);
    }
}

/* Extra large devices A (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width:1429px) {
    .IMG_BG {
        top: 90px;
        left: -200px;
        width: 1600px;
    }

    .DIV_LoginContainer {
        position: absolute !important;
        right: 320px !important;
        background-color: rgba(255,255,255,0) !important;
    }
}

/* Extra large devices B (large desktops, 1200px and up) */
@media (min-width: 1430px) and (max-width:2199px) {
    .IMG_BG {
        top: 90px;
        left: 0px;
        width: 110%;
    }

    .DIV_LoginContainer {
        position: absolute !important;
        right: 320px !important;
        background-color: rgba(255,255,255,0) !important;
    }
}


/* Extra Extra large devices (large desktops, 2200px and up) */
@media (min-width: 2200px) {
    .DIV_LoginContainer {
        position: absolute !important;
        right: 20% !important;
        background-color: rgba(255,255,255,0) !important;
    }
}
