@font-face {
    font-family: 'american_captainregular';
    src: url('../fonts/american_captain-webfont.woff2') format('woff2'),
        url('../fonts/american_captain-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.main-hdng{ font-family: 'american_captainregular'; color:#292929;}

.login-page {
    background: url('../site-images/bg_baner.jpg');
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.login-page:before{ position:fixed; content:""; background:rgba(0, 0, 0, 0.91); left:0; top:0; width:100%; height:100%; z-index:0; }
.login-card-body .login-box-msg{ color:#434343; font-weight:300; font-size:20px;}
.login-card-body .form-group{ position:relative;}
.login-card-body .form-group input{ padding-right:40px;}
.login-card-body .form-group .fa{ position:absolute; right:8px; top:11px; color:#A0A0A0; line-height: normal;}
.login-card-body .btn.btn-danger{ background:#991a1d;}
.login-card-body a{ font-size:14px; font-weight:normal; display:inherit; color:#991a1d;}
.login-card-body .checkbox label{ font-weight:normal; margin:0; font-size:14px; color:#414141;}
.login-card-body .checkbox label .icheckbox_square-blue{ margin-right:3px;}
.login-logo, .register-logo{ margin-bottom:15px;}
.login-logo img, .register-logo img{ max-width:120px;}
.cancel-link-btn{ border:none; color:#000;}
.invalid-feedback strong{ font-weight:normal; position:relative; top:-3px;}
.alert.alert-block strong{ font-weight:normal;}
.fileName{overflow: hidden; text-overflow: ellipsis;}

