﻿/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,900);*/
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th, ul, ol, li, input, textarea, select, body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}

p {
    font-size: 14px !important;
}

ul, ol, li {
    list-style: none;
}

fieldset, img {
    border: none;
}

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.cl {
    clear: both;
}

a {
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
}

body { /*background:#eff3f6;*/
}


.loginBg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    /*background: #f2f2f2;*/
}

    .loginBg img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
    }

.loginOuter {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11em; /*set to a negative number 1/2 of your height*/
    margin-left: -21em !important; /*set to a negative number 1/2 of your width*/
    /*background: #537660 none repeat scroll 0 0;*/
    border: 1px solid #383838;
    border-radius: 15px;
    box-sizing: border-box;
    /*color: #000;*/
    width: 600px;
    padding: 12px;
}

.loginIn {
    /*background: #efaa23;
    border: 1px solid #2d2c2c;*/
    border-radius: 5px;
    padding: 5px;
}

.loginContainer {
    /*background: #f7f7f7;
    border: 2px solid #3b3838;*/
}

.leftLogin {
    width: 60%;
    float: left;
    padding: 3% 4%;
}

    .leftLogin p {
        line-height: 35px;
        padding-bottom: 7px;
        padding-left: 0px !important;
    }
    
.leftLogin > div:first-child {
    width: 100%;
}
    .leftLogin > div {
        width: 80%;
        float:left;
    }
    .leftLogin a {
        float:left;
        /*color:#23402e;*/
        text-decoration:underline;
    }
    .leftLogin a:hover {
        color:red;
    }
.loginBlock {
    display: table;
}
.errMess {
    color:red;
}
.loginHead {
    height: 35px;
    width:35px;
    background: url(../../../Images/3s_logo.png)left top no-repeat;
    float:left;
    background-size:100%;
}
    .loginHead:before {
            font-weight:bold;
    }
    .loginBlock > div {
        display: table-row;
        width:80%;
    }

        .loginBlock > div > div {
            display: table-cell;
            padding: 0 3px 10px 0;
            vertical-align: middle;
        }

    .loginBlock label {
        width: 80px;
        display: block;
        font-weight: bold;
    }

    .loginBlock input[type=text], .loginBlock input[type=password] {
        padding: 2px 5px !important;
        box-sizing: border-box;
        width: 100%;
    }

.remBlock {
    display: table;
}

    .remBlock > div {
        display: table-row;
        padding-bottom: 10px;
    }

        .remBlock > div > div {
            display: table-cell;
            padding: 0 3px 5px 0;
            vertical-align: middle;
        }

    .remBlock input[type=checkbox] {
        float: left;
        margin: 3px 5px 0 0;
    }

    .remBlock input[type=submit] {
        float: right;
        margin-right: 10px;
    }

.rightLogin {
    width: 32%;
    float: left;
    display: block;
    height: 189px;
    margin: 10px 0;
    position: relative;
    border-left: 2px solid Grey;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .rightLogin div {
        width: 100%;
        text-align: center;
        height: 50%;
    }

        .rightLogin div:first-child {
            position: absolute;
            top: 0;
            /*background: url(../../../Images/3s_logo.png)center top no-repeat;*/
        }

            .rightLogin div:first-child img {
                margin-top: 10px;
            }

        .rightLogin div:last-child {
            position: absolute;
            bottom: 0;
            background: url(../../../Images/acrLogo-original.png)center bottom no-repeat;
        }

            .rightLogin div:last-child img {
                margin-bottom: 10px;
            }

.TextBox {
    box-sizing: border-box;
    padding: 3px;
    width: 100%;
}

.Button {
    /*background: #065ab0; 
    background: -moz-linear-gradient(top, #065ab0 0%, #013e7c 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#065ab0), color-stop(100%,#013e7c)); 
    background: -webkit-linear-gradient(top, #065ab0 0%,#013e7c 100%); 
    background: -o-linear-gradient(top, #065ab0 0%,#013e7c 100%); 
    background: -ms-linear-gradient(top, #065ab0 0%,#013e7c 100%); 
    background: linear-gradient(to bottom, #065ab0 0%,#013e7c 100%); 
    
    border: 1px solid #032641;
    color: #fff;*/
    border-radius: 3px;
    cursor: pointer;
    font-weight: 700;
    padding: 3px 10px;
}

#lnkForgot {
    /*color: #01274e;*/
    cursor: pointer;
    text-decoration: underline;
}

@media only screen and (max-width : 720px) {
    .loginOuter {
        width: 96%;
        left: 0;
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media only screen and (max-width : 620px) {
    .rightLogin div:first-child img {
        width: 85%;
    }

    .rightLogin div:last-child img {
        width: 65%;
    }
}

@media only screen and (max-width : 480px) {
    .rightLogin div:first-child {
        background-position: center center;
        background-size: 50%;
    }
    .rightLogin div:last-child {
        background-position: center center;
        background-size: 67%;
    }
}

@media only screen and (max-width : 360px) {
    .leftLogin {
        width: 93%;
        float: left;
    }

        .leftLogin > div {
            width: 100%;
        }
        .leftLogin p {
            line-height:normal;
        }
    .rightLogin {
        width: 100%;
        float: left;
        height: auto;
        background: none;
        border-top: 1px solid #e2e2e2;
        margin: 5px 0;
        padding-top: 5px;
        border-left: none;
    }

        .rightLogin div {
            width: 50%;
            float: left;
        }

            .rightLogin div:first-child, .rightLogin div:last-child {
                position: inherit;
                height: 80px;
            }

                .rightLogin div:first-child img {
                    width: 75%;
                }

                .rightLogin div:last-child img {
                    width: 54%;
                }
}
.header-top {
    position:relative;
    z-index:9999;
}