﻿/*$font-full-path: 'fonts/Gotham Book/gothambook/gothambook';*/

/*page header start*/
body, p, label, form, h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif !important;
    padding: 0px;
    margin: 0px;
}

a {
    border: 0 none;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}

p {
    text-align: justify;
}

img {
    border: 0 none;
}
.logout-body-color {
    background: url('../../assets/stylesheets/images/login-main-bg.png') no-repeat center bottom #dcecff;
    background-size: cover;
}
.page_header {
    width: 100%;
    height: 53px;    
    background: #00395c;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(108, 110, 118, 0.11);
    -moz-box-shadow: 1px 1px 2px 0px rgba(108, 110, 118, 0.11);
    box-shadow: 1px 1px 2px 0px rgba(108, 110, 118, 0.11);
    margin-bottom: 0px;
    top: 0;
    position: fixed;
    z-index: 1000 !important;
}
.padding_0 {
    padding: 0 !important;
}
.header_lefcon {
    height: auto;
    overflow: hidden;
}
.page_header_logo {
    width: 147px;
    height: 53px;
    background-image: url('../../assets/stylesheets/images/logomain.png');
    background-repeat: no-repeat;
    background-size: auto 53px;
    line-height: 53px;
    overflow: hidden;
    float: left;
    cursor: pointer;
}
/*form login page*/
.login-page-main-section {
    min-height: 490px;
    height: auto;
    overflow: hidden;
    margin: 53px 0 0 0;
    background: url('../../assets/stylesheets/images/login-main-bg.png') no-repeat center bottom;
    background-size: cover;
}


.login-call-con {
    color: #727a89;
    width: 425px;
    height: 53px;
    line-height: 53px;
    overflow: hidden;
}

.login-call {
    width: 40px;
    height: 53px;
    line-height: 53px;
    overflow: hidden;
    float: right;
}

.login-call-number {
    width: auto;
    height: 53px;
    line-height: 53px;
    overflow: hidden;
    float: right;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.login-call-icon {
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url('../../assets/stylesheets/images/call-icon.png') no-repeat center;
    background-size: 24px 24px;
    margin: 14px 10px 0 0;
}

.login-page-title {
    height: 120px;
    overflow: hidden;
    line-height: 120px;
}

.login-page-title-text {
    font-size: 32px;
    color: #1d1d1d;
    font-weight: 300;
    /*margin-left:44px;*/
    display: block;
}

.loging-bg01 {
    height: 407px;
    background: url('../../assets/stylesheets/images/login-img01.png') no-repeat left top;
    background-size: auto 407px;
    overflow: hidden;
    /*margin-left:54px;	*/
    margin-bottom: 273px;
}

.login-white-box {
    width: 425px;
    min-height: 446px;
    overflow: hidden;
    background: #FFF;
    border: 1px #edeef3 solid;
    border-radius: 5px;
    margin: 80px 0 0 0;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(13, 22, 33, 0.18);
    -moz-box-shadow: 0px 0px 2px 0px rgba(13, 22, 33, 0.18);
    box-shadow: 0px 0px 2px 0px rgba(13, 22, 33, 0.18);
    color: #494949;
}

.login-white-box-inn {
    width: 308px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.login-white-box-head {
    font-size: 28px;
    font-weight: 300;
    height: 73px;
    line-height: 73px;
    margin: 28px 0 0 0;
}

.login-white-box-form-row {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
}

.login-white-box-form-control-row {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 9px;
}

.login-page-textbox {
    border: 1px #d0d0d0 solid;
    height: 36px;
    background: #f8f8f8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 0px 2px 0px rgba(32, 45, 64, 0.21);
    -moz-box-shadow: inset 0px 0px 2px 0px rgba(32, 45, 64, 0.21);
    box-shadow: inset 0px 0px 2px 0px rgba(32, 45, 64, 0.21);
    width: 100%;
    padding: 0 12px;
    font-size: 15px;
    outline: none;
}

.login-white-box-button-con {
    width: 100%;
    height: 80px;
    overflow: hidden;
    border-bottom: 1px #e9ecf1 solid;
}

.login-button {
    width: 96px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    background: #ff6308;
    background: -moz-linear-gradient(top, #ff6308 0%, #f1620f 93%, #be4b08 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff6308), color-stop(93%, #f1620f), color-stop(100%, #be4b08));
    background: -webkit-linear-gradient(top, #ff6308 0%, #f1620f 93%, #be4b08 100%);
    background: -o-linear-gradient(top, #ff6308 0%, #f1620f 93%, #be4b08 100%);
    background: -ms-linear-gradient(top, #ff6308 0%, #f1620f 93%, #be4b08 100%);
    background: linear-gradient(to bottom, #ff6308 0%, #f1620f 93%, #be4b08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6308', endColorstr='#be4b08', GradientType=0 );
    margin-top: 14px;
    border-radius: 3px;
}

    .login-button:hover {
        background: #be4b08;
        background: -moz-linear-gradient(top, #be4b08 0%, #f1620f 7%, #ff6308 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #be4b08), color-stop(7%, #f1620f), color-stop(100%, #ff6308));
        background: -webkit-linear-gradient(top, #be4b08 0%, #f1620f 7%, #ff6308 100%);
        background: -o-linear-gradient(top, #be4b08 0%, #f1620f 7%, #ff6308 100%);
        background: -ms-linear-gradient(top, #be4b08 0%, #f1620f 7%, #ff6308 100%);
        background: linear-gradient(to bottom, #be4b08 0%, #f1620f 7%, #ff6308 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be4b08', endColorstr='#ff6308', GradientType=0 );
    }

    .login-button:active {
        background: #ff6308;
        background: -moz-linear-gradient(top, #ff6308 0%, #f1620f 93%, #be4b08 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff6308), color-stop(93%, #f1620f), color-stop(100%, #be4b08));
        background: -webkit-linear-gradient(top, #ff6308 0%, #f1620f 93%, #be4b08 100%);
        background: -o-linear-gradient(top, #ff6308 0%, #f1620f 93%, #be4b08 100%);
        background: -ms-linear-gradient(top, #ff6308 0%, #f1620f 93%, #be4b08 100%);
        background: linear-gradient(to bottom, #ff6308 0%, #f1620f 93%, #be4b08 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6308', endColorstr='#be4b08', GradientType=0 );
    }

.login-footer {
    height: auto;
    overflow: hidden;
    margin: 18px 0 0 0;
}

.login-footer-forgot-text {
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #0bb6e1;
    font-weight: 500;
}

.login-footer-assist-text {
    height: 23px;
    line-height: 23px;
    font-size: 13px;
    color: #6a6e6f;
    font-weight: 500;
}
/*================================*/
.btn-default-margin-03 {
    margin-right: 2px;
    margin-left: 10px;
    margin-top: 26px;
    margin-bottom: 26px;
}

.btn-default-margin-04 {
    margin-left: 13px;
    margin-bottom: 26px;
}

.log-out-title {
    height: 300px;
    font-size: 46px;
    font-weight: 300;
    color: #4c5358;
    text-align: center;
    overflow: hidden;
    margin-top: 120px;
    margin-bottom: 165px !important;
}
.login-again-text {
    height: 23px;
    line-height: 23px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-top: 30px;
}

    .login-again-text a {
        font-size: 22px;
    }

A.login-top:link {
    color: #337ab7 !important;
    text-decoration: none !important;
}

A.login-top:visited {
    color: #337ab7 !important;
    text-decoration: none !important;
}

A.login-top:hover {
    color: #0bb6e1 !important;
    text-decoration: none !important;
}

A.login-top:active {
    color: #337ab7 !important;
    text-decoration: none !important;
}

.loginagain-con {
    color: #727a89;
    height: 53px;
    line-height: 53px;
    overflow: hidden;
}

.invalidLogin .login-page-textbox {
    border-color: #bd0202;
}
.invalid-error {   
    display: block;   
    color: #bd0202;
}
.invalidLogin:before {
    /*content: 'User ID and Password do not match.'; */
    font-style: italic;
    display: block;
    float: right;
    color: #bd0202;
}

.invalidLogin .login-white-box-form-control-row:after {
    content: '\f06a';
    font-family: FontAwesome;
    margin-left: 10px;
    color: #bd0202;
}
.page-copyright{
    position:fixed; 
    bottom:0;    
}
.page-copyright-in{
    font-size:12px;
    height:50px;
    line-height:50px;
    color:#0bb6e1;
}
.width-100 {
    width: 100% !important;
}

@media (max-width: 767px) {
    .page-copyright{
    position:relative; 
    bottom:0;
    
}
    .login-call-con {
        width: auto !important;       
    }
    .text-center-xs{
        text-align:center !important;
    }
    .login-page-title {
        height: 80px;        
        line-height: 80px;
    }
    .login-page-title-text {
        font-size: 28px;       
    }
    .login-white-box {
        width: auto;
        min-height: 372px;              
        margin: 0 0 0 0; 
        padding:0 15px;      
    }
    .login-white-box-head {
        font-size: 24px;        
        height: 45px;
        line-height: 45px;
        margin: 10px 0 0 0;
    }
    .login-white-box-form-row {        
        font-size: 14px;       
    }
    .login-page-textbox {
      font-size: 14px;       
    }
    .login-white-box-inn {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .login-call-con {
        width: auto !important;       
    }
   
    .login-page-title {
        height: 80px;        
        line-height: 80px;
    }
    .login-page-title-text {
        font-size: 34px;       
    }
    .loging-bg01 {
        height: 250px;
        background: url(../../assets/stylesheets/images/login-img01.png) no-repeat left top;
        background-size: auto 250px;
        margin-bottom: 0;
        
    }
    .login-white-box {
        width: auto;
        height: 372px;              
       
        padding:0 15px;      
    }
    .login-white-box-head {
        font-size: 24px;        
        height: 45px;
        line-height: 45px;
        margin: 14px 0 0 0;
    }
    .login-white-box-form-row {        
        font-size: 14px;       
    }
    .login-page-textbox {
      font-size: 14px;       
    }
    .login-white-box-inn {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
}

@media (min-width: 1025px) and (max-width: 1199px) {
}
