/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

body {
    margin: 0px;
    padding: 0px;
    background-image: url(../images/mainbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    font-family: "Source Sans Pro",sans-serif;
}

html {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.body-content {
    width: 80%;
    height: 80%;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.login_section {
    width: 350px;
    height: 375px;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #fff;
    border: 5px solid #3C8DBC;
}

.login_wrap {
    height: 100%;
    width: 340px!important;
    position: relative;
}

.login_logo_wrap {
    width: 100%;
    height: 100px;
    top: 0px;
    text-align: center;
}

.login_from {
    width: 100%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

.login_title {
    font-size: 24px;
    text-align: center;
    padding: 15px 0px;
}

.loginform_block {
    margin-top: 15px;
    position: relative;
}

    .loginform_block label {
        display: block;
        text-align: left;
        width: 135px;
        margin-bottom: 1px;
        color: #000;
        font-weight: 600;
        font-size: 16px;
    }

    .loginform_block input.login_field {
        width: 295px;
        max-width: 295px;
        height: 35px;
        background: #fff;
        color: #202020;
        border: medium none;
        outline: medium none;
        border: solid 1px #5D5D5D;
        font-size: 16px;
        font-weight: 400;
        left: 0px;
        right: 0px;
        margin: auto;
        display: block;
        text-align: center;
    }
    .loginform_block.login_sub input {max-width: 295px;}

::-webkit-input-placeholder {
    font-weight: 600; /* Chrome/Opera/Safari */
}

::-moz-placeholder {
    font-weight: 600; /* Firefox 19+ */
}

:-ms-input-placeholder {
    font-weight: 600; /* IE 10+ */
}

:-moz-placeholder {
    font-weight: 600; /* Firefox 18- */
}

.loginform_block .field-validation-error {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #ff0000;
    text-align: center;
    min-height: 10px;
}

.field-validation-valid {
    min-height: 10px;
    display: block;
}

.loginform_block .forgetLink {
    font-size: 19px;
    font-weight: bold;
    color: #3488b9;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-top: 8px;
}

    .loginform_block .forgetLink:hover {
        color: #202020;
        text-decoration: underline;
    }

.loginform_block.login_sub {
    clear: both;
    margin-top: 10px;
    text-align: center;
}

.form-horizontal .validation-summary-errors {
    text-align: center;
}

    .form-horizontal .validation-summary-errors ul {
        margin: 0px;
        padding: 0px;
    }

        .form-horizontal .validation-summary-errors ul li {
            list-style: none;
            font-size: 12px;
            font-weight: 600;
            color: #ff0000;
        }

.validation-error {
    font-size: 12px;
    font-weight: 600;
    color: #ff0000;
    display: inline-block;
    padding-left: 30px;
    width: 51%;
    line-height: 1.1;
}

input.submit_login {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #004080;
    border: 2px solid #5985B1;
    margin: auto;
    left: 0px;
    right: 0px;
    display: block;
    padding: 5px 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.forgot-pass {
    padding: 10px 0px;
    text-align: center;
}

    .forgot-pass a {
        color: #000;
        text-decoration: none;
    }


@media only screen and (min-width:1024px) and (max-width:1200px) {
    html {
        min-height: 100% !important;
        height: auto !important;
    }

    body {
        background-position: center top !important;
        height: auto !important;
        background-image: url(../images/device_bg.jpg) !important;
    }
}


@media only screen and (min-width:768px) and (max-width:1023px) {
    html {
        min-height: 100% !important;
        height: auto !important;
    }

    body {
        background-position: center top !important;
        height: auto !important;
        background-image: url(../images/device_bg.jpg) !important;
    }

    .login_section {
        position: static !important;
    }

    .body-content {
        width: auto !important;
        height: auto !important;
        position: static !important;
        margin-top: 220px !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


@media only screen and (min-width:320px) and (max-width:767px) {
    html {
        min-height: 100% !important;
        height: auto !important;
    }

    body {
        background-position: center top !important;
        height: auto !important;
        background-image: url(../images/device_bg.jpg) !important;
    }


    .login_logo_wrap {
        height: 90px !important;
    }

    .login_section {
        margin: 0 auto !important;
        height: 335px !important;
        position: static !important;
    }

    .login_section, .login_wrap {
        width: auto !important;
        max-width: 290px;
    }

    .login_title {
        padding: 10px 5px 5px !important;
    }

    .loginform_block {
        padding-left: 10px !important;
        padding-right: 10px;
        margin-top: 5px !important;
    }

        .loginform_block.first_cld {
            margin-top: 10px;
        }

        .loginform_block input.login_field {
            width: 100% !important;
            max-width: 270px !important;
        }

    .login_title img {
        max-width: 100%;
        margin-left: 0px!important;
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
    
    .loginbox-footer a { font-size: 12px !important; }

    .login_wrap {
        margin: auto;
    }

    .body-content {
        width: auto !important;
        height: auto !important;
        position: static !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: 40px !important;
    }

    .visitus {
        display: none;
    }

    .visitus-mobile {
        display: block !important;
        text-align: center;
    }

        .visitus-mobile a {
            color: #FFF;
            text-decoration: none;
            font-size: 18px;
            font-weight: bold;
        }

            .visitus-mobile a span {
                color: #fff300;
                text-decoration: none;
            }
}

.visitus-mobile {
    display: none;
}


@media only screen and (min-width:360px) and (max-width:640px) {
    .body-content {
        margin-top: 80px !important;
    }
}

/*
@media only screen and (min-width:480px) and (max-width:640px){
html {height:auto!important;}
.main_login_wrapper img{max-height:100%;}
.main_login_wrapper .login_title{padding-top:5px!important;}
.loginform_block.login_sub{margin-top:20px!important;}
.main_login_wrapper.Forgot_pass .login_from{top:165px!important; height:125px!important;}
}

@media only screen and (min-width:320px) and (max-width:479px){.login_section, .login_wrap{width:310px!important;}}
*/


.home-errorlogin {
    color: #ff0000;
    font-size: 12px;
    text-align: center;
    padding: 10px 0px;
    display: block;
    margin: auto;
    font-weight: 600;
}

.loginbox-footer {
    background-color: #004080;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 8px 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

    .loginbox-footer a {
        color: #fff;
        text-decoration: none;
    }

        .loginbox-footer a:hover {
            color: #fff;
            text-decoration: underline;
        }

.visitus {
    height: 150px;
    width: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
}

    .visitus img {
        margin-bottom: -5px;
    }




@media only screen and (min-width: 768px) {
    /*.loginform_block .g-recaptcha {
        transform: scale(0.91) !important;
        -webkit-transform: scale(0.91) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
    }

    .g-recaptcha > div {
        margin: auto 0 auto auto;
        width: 303px !important;
    }*/

     .loginform_block .g-recaptcha {
        transform: scale(0.97) !important;
        -webkit-transform: scale(0.97) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
    }    
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .loginform_block .g-recaptcha {
        transform: scale(0.86) !important;
        -webkit-transform: scale(0.86) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
    }
      .loginform_block label.g-head {
        padding-left: 0px !important;
        font-size: 14px!important;
    }
}
/*--------------Header 01 Oct------------------*/
.login_section { border: 5px solid #153752!important;}
input.submit_login { background-color: #153752!important;}
.loginbox-footer { background-color: #153752!important;}
.loginbox-footer { left: 0px!important;}

.text-center {text-align: center!important;}
.mn {margin:0px!important;}


.login_section.qrCode .login_title {padding: 10px 10px 0px; max-height: 35px; background-color: #fff;}
.login_section.qrCode .login_title img { max-height: 35px; }
.login_section.qrCode .qr-title { width: 100%; text-align: center; position: absolute; margin: 0px; top: -35px; color: #fff;}
.login_section.qrCode { margin-top: 0px; height: initial!important; box-sizing: border-box; background-color: #fff; position: relative; }
.login_section.qrCode .login_logo_wrap {height: initial!important;}
.login_section.qrCode .loginform_block {margin-top:0px; border-bottom: 1px solid #ccc; background-color: #fff; padding: 10px;}
.login_section.qrCode .passCodeBox {padding: 10px; background-color: #f7f8fa;}
.login_section.qrCode p {margin: 0px 0px 5px; font-size: 13px; color: #777;}
.login_section.qrCode p strong { color: #5a5959; }
.login_section.qrCode .passCodeBox p { color: #333 !important; }
.login_section.qrCode .code-img { display: inline-block; width: 100%; text-align: center;}
.login_section.qrCode .login_field { width: 100%; max-width: 100%; padding: 4px 6px; box-sizing: border-box; 
border: 2px solid #6c6c6c; background-color: #fff; font-size: 12px; color: #6c6c6c;text-align: center;}
.login_section.qrCode .field-validation-error { display: block; font-size: 12px; font-weight: 600; color: #ff0000; text-align: center; min-height: 10px; }
.login_section.qrCode .checkDiv {margin-bottom: 10px;}
.login_section.qrCode .checkDiv label.control-label { font-size: 13px; float: left; color: #333; }
.login_section.qrCode .checkDiv .switch { float: right; }
.login_section.qrCode .checkDiv:after { clear: both; display: block; content: ""; }
.login_section.qrCode div.switch input { display: none; }
.login_section.qrCode div.switch-green input:checked + input + label { background: #00a65a !important; }
.login_section.qrCode div.switch label { cursor: pointer; text-indent: 100%; color: transparent; }
.login_section.qrCode div.switch input + label { margin-left: 0; margin-right: 0; }
.login_section.qrCode div.switch label { cursor: pointer; display: block; position: relative; text-indent: 100%; transition: left .15s ease-out 0s; height: 19px; width: 52px; background: #a2a2a2; color: transparent; }
.login_section.qrCode .switch-inline label { margin-bottom: 0px; }
.login_section.qrCode div.switch input:checked + input + label::after { left: 29px; }
.login_section.qrCode div.switch label::after { content: ""; display: block; left: 3px; position: absolute; top: 3px; transition: left .15s ease-out 0s; height: 13px; width: 19px; background: #fff; }
.login_section.qrCode .loginform_block.login_sub {background: unset!important; padding: 0!important; width: 100%; display: inline-block; margin: 0px!important; border: none;}
.login_section.qrCode .loginform_block.login_sub input { margin: 0px; width: 100%; max-width: 100%; }
