@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    /* This image will be displayed fullscreen */
    /*background: url(../Images/background_image.jpg) no-repeat center center;*/
    /* Ensure the html element always takes up the full height of the browser window */
    min-height: 100%;
    /* The Magic */
    background-size: cover;
    margin: 0px;
    padding: 0px;
}

input {
    font-family: 'Open Sans', sans-serif !important;
}



#container1 {
    height: 100%;
    background: #FFF;
    float: right;
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 0;
    right: 0;
}


#container {
    height: 100%;
    width: 100%;
}

#center {
    height: 100%;
    /*width:400px;*/
    background-color: #FFF;
    float: left;
    margin: 0px;
    padding: 0px;
}

.content {
    width: 300px;
    padding: 0px 60px;
}

h1 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
    line-height: normal;
    color: #666;
    font-size: 16px;
    display: block;
    padding-bottom: 18px;
}

.titleLogin {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
    line-height: normal;
    color: #666;
    font-size: 28px;
    display: block;
    padding-bottom: 18px;
    text-align: center;
}

p {
    font-family: 'Open Sans', sans-serif !important;
    color: #616161;
    font-size: 13px;
    margin: 0px;
    padding-bottom: 10px;
}


.password {
    background: #fff url(../Images/password.png) no-repeat;
    background-position: 9px 11px !important;
    padding: 10px 8px 8px 30px;
    width: 260px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 15px;
}

    .password:focus {
        background-color: #f4f4f4;
        border-color: #CCCCCC;
        outline: none;
        -moz-box-shadow: 0 0 0 1px #f4f4f4 inset;
        -webkit-box-shadow: 0 0 0 1px #f4f4f4 inset;
        box-shadow: 0 0 0 1px #f4f4f4 inset;
    }




.textbox {
    background: #fff url(../Images/user.png) no-repeat;
    background-position: 9px 11px !important;
    padding: 10px 8px 8px 30px;
    width: 260px;
    border: 1px solid #d9d9d9;
    margin-bottom: 15px;
    margin-top: 1px;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

    .textbox:focus {
        background-color: #f4f4f4;
        border-color: #CCCCCC;
        outline: none;
        -moz-box-shadow: 0 0 0 1px #f4f4f4 inset;
        -webkit-box-shadow: 0 0 0 1px #f4f4f4 inset;
        box-shadow: 0 0 0 1px #f4f4f4 inset;
    }

.purebutton {
    padding: 8px 6px !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    color: #FFF;
    border: none;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
    width: 100% !important;
    font-size: 14px !important;
    display:block;
    height:auto !important;
}

.purebutton:hover, purebutton:focus, purebutton:active {
    width: 100% !important;
    height: auto !important;
    background: -webkit-linear-gradient(#5e6986, #3c4a6d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5e6986, #3c4a6d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5e6986, #3c4a6d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5e6986, #3c4a6d); /* Standard syntax */
    cursor: pointer;
    border: 1px solid #3c4a6d;
    color: #FFF;
    font-size: 14px !important;
    cursor: pointer;
    padding:8px 6px !important;
}

.left {
    font-family: 'Open Sans', sans-serif !important;
    color: #666;
    font-size: 12px;
    text-decoration: none;
    float: left;
}

    .left:hover {
        color: #06F;
    }

.right {
    font-family: 'Open Sans', sans-serif !important;
    color: #666;
    font-size: 12px;
    text-decoration: none;
    float: right;
}

    .right:hover {
        color: #06F;
    }

a, img {
    text-decoration: none;
    border: none;
}

.clientLogo {
    border: 0px;
    max-height: 120px;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.loginFlex {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 110px);
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    margin: 0px 4px 0px 0px;
}

#rdoMobileNumberLogin {
    margin-left: 15px;
}

#lblrememberme {
    float: right;
    font-size: 11px;
}

#Div1 .textbox {
    margin-top: 10px;
}

.left:hover {
    color: #06F !important;
}

@media(max-width:768px) {
    #container1 {
        width: 100% !important;
    }

    #bgimage {
        display: none;
    }
    .loginFlex {
        height:100vh !important;
    }
}

.footer {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    text-align: center;
    left: 0;
    right: 0;
}

.license {
    text-align: center;
    padding: 5px 0;
    background: #fff;
    font-size: 11px;
    color: #666;
    font-weight: 700;
}

    .license img {
        vertical-align: bottom;
        padding: 0 2px 0 3px;
        display: inline-block;
        width: 55px;
    }

.passlink {
    color: #27629c;
}

.passlink:hover{
    color: #000 !important;
}


