﻿body {
}
#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_LoginContainer {
    width: 400px;
    min-height: 250px;
    margin: 0px auto;
    padding: 10px;
    position: relative;
}

.DIV_Working {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center; /*  background-color:rgba(255,255,255,0.95);*/
}

#DIV_Working_Login /* .DIV_Working */ {
    display: none;
}

    #DIV_Working_Login > div {
        width: 100%;
        position: relative;
        margin: 60px auto;
    }


.DIV_Working_Login {
    border: 16px solid #f3f3f3;
    border-top: 14px solid #4c7cbd;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 20px auto 10px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.SPAN_Login_LoadingText {
    font-weight: bold;
    display: block;
    margin: 2px auto;
    font-size: 18px;
    color: #747474;
}


.DIV_ErrorMessage {
    display: block;
    width: 100%;
    margin: 2px auto;
    border: 1px solid #990000;
    background-color: #ffcece;
    color: #990000;
    text-align: left;
    font-weight: bold; /* font-size:11px; */
    padding: 6px 12px;
    border-radius: 4px;
    line-height: 1em;
}

.DIV_LoginContainer {
    max-width: 92%;
}

.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);
}

.DIV_LoginExpandedControls {
    width: 100%;
    margin: 0px;
    position: relative;
    text-align: left;
}

    .DIV_LoginExpandedControls button {
        display: block;
    }

.DIV_PolicyLinks {
    margin-top: 10px
}

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

/* ********************** 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;
    }
}
