:root {
    --main-color:#743c97;
    --background-color:#f2f2f2;
    --site-main-color: var(--main-color);
    --site-background-color: var(--background-color);
}

body {
    min-height: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    font-family: Helvetica, Arial, sans-serif;
}

#wrapper {
    /*position: relative;*/
    min-height: 100%;
    height: 100% !important;
}

header {
    background: var(--site-background-color);
    /*margin-left: 100px;
    padding-left: 20px;*/
    height: 91px;
    /*position: fixed;*/
    z-index: 10000;
    min-width: 320px;
    width: 100%;
    color: white;
}

.divOverlay {
    overflow-y: auto;
}

.logo {
    padding: 0px;
    margin: 0;
    float: right;
    margin-right: 100px;
    margin-top: 5px;
    /*width: 280px;*/
    text-align: center;
    height: 85px;
    overflow: hidden;
}

    .logo > a > img {
        width: 100%;
        height: 100%;
    }

a {
    color: var(--site-main-color);
    text-decoration: none;
}


.footer {
    position: fixed;
    bottom: 0;
    height: 44px;
    width: 100%;
    color: var(--site-main-color) !important;
    background: var(--site-background-color);
    text-align: center;
    /*font-weight: bold;*/
}

.btnlogin {
    cursor: pointer;
    color: white;
    background-color: var(--site-main-color);
    width: 210px;
    height: 45px;
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
    border: 1px solid;
    border-color: #005150;
    border-radius: 5px;
    /*box-shadow: inset 0px 1px 1px #96b7f1;*/
}

.loginbox {
    /*width: 470px;*/
    margin: auto;
    background-color: rgb(237, 240, 245) !important;
    height: auto;
    opacity: 0.9;
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 5px;
    float: right;
    /*color:#FFF7E9;*/
}

.loginP {
    font-size: 35px;
    text-align: center;
}

.spn_Text {
    padding-left: 30px;
    font-size: 20px;
    color: var(--site-main-color);
    font-weight: bold;
}

.footer p {
    margin-left: 100px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 0px;
    color: var(--site-main-color) !important;
    /*font-size: 13px;*/
    transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

.loginButton {
    margin-top: 15px;
    margin-bottom: 25px;
}

.content-liquid-full {
    margin: 0 100px 0 100px;
    padding: 0px 0px 50px 25px;
    transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

.titleMain {
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    color: var(--site-main-color);
    margin-bottom: 10px;
    text-align: center;
}

.ulmargin {
    margin: 10px 0px 10px 0px;
    list-style-type: square;
}

.loginpage {
    height: calc(100vh - 185px);
    /*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 1025px) and (max-width: 1500px) {
    .loginpage {
        display: flex;
    }
}
/* Media Query for Tablets Ipads portrait mode */
@media (max-width: 1024px) {
    .loginpage {
        display: inline-grid;
        height: auto;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .footer p {
        margin-left: 0px;
        padding-left: 10px;
    }

    .logo {
        margin-left: 18px;
        padding-left: 0px;
        margin-top: 5px;
        margin-right: 30px;
    }

    .content-liquid-full {
        margin: 0;
        padding: 0px 10px 10px 10px;
    }

    footer {
        padding-left: 0px;
    }


    header {
        margin-left: 0px;
        padding-left: 0em;
        padding-right: 0em;
        height: 95px !important;
    }

    .titleMain {
        font-size: 30px;
        margin-bottom: 0px;
        text-align: left;
        margin-left: 30px;
    }

    #divLeftContent {
        padding: 0px !important;
    }

    .divOverlay {
        overflow: inherit;
        padding-top: 10px;
    }

    .loginbox {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 10px 0px 10px 0px;
        float: inherit;
    }

    .loginP {
        font-size: 57px;
        text-align: left;
        width: 50%;
        margin-left: 30px;
        line-height: 68px;
    }

        .loginP.onlineLocker {
            font-size: 45px;
            width: 94%;
        }


        .loginP.requireMsg {
            font-size: 20px;
        }

    .spn_Text {
        padding-left: 5px;
        font-size: 15px;
    }

    .loginButton {
        margin-top: 25px;
        margin-bottom: 0px;
        margin-left: 30px;
    }

    .bgimage {
        background-position-x: -11em !important;
    }

    .loginpage {
        height: auto;
        min-height: 500px;
        display: inherit;
    }

    .titlemob {
        display: block;
    }
}































