﻿@font-face {
    font-family: kalpurush;
    src: url(/Content/BanglaFont/Kalpurush.ttf);
}
@font-face {
    font-family: solaimanlipi;
    src: url(/Content/BanglaFont/SolaimanLipi_20-04-07.ttf);
}
body {
    background: url(/Picture/abs3.jpg) !important;
    background-color: #FFF !important;
}
.form-control {
    border-color: #79c2e2;
    border-radius: 2px;
}

.form-control:focus {
  border-color: #79c2e2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #79c2e2;
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #79c2e2;
}
.btn {
    border-radius: 2px !important; 
}
#loginDiv {
width: 270px;
    padding: 20px;
    margin: 5% auto 1% auto;
    border-radius: 2px;
    /* border: 1px solid #17859e; */
    background: linear-gradient(62deg,#009ee4 17%,#fff 40%,#fff);
    box-shadow: 0px 8px 13px 3px #bfbdbd;
}

#loginDiv > .form-horizontal {
    width: 100%;
    padding: 0 20px;
}
#loginDiv > h3 {
    color: #275489;
    font-family: system-ui;
    text-shadow: 2px 3px 2px #dad7d7;
}

#loginDiv > h3 > span {
    display: block;
    width: 70px;
    height: 2px;
    margin: 8px auto 0;
    background: #009ee4;
}

#loginDiv > .login-help{
    text-align: center;
    font-size: 12px;
    line-height: 2;
    text-decoration: underline;
}

#loginFooter{
    text-align: center;
    font-size: 12px;
    line-height: 2;
}
#sysLogo {
    text-align: center;
    padding-top: 15px;
    margin-bottom: 20px;
}

#sysLogo > img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

#promotionDiv {
    font-family: solaimanlipi;
    font-size: 14px;
    text-align: justify;
}

#promotionDiv > h3 {
    color: #829727;
    margin-bottom: 20px;
}

#attendanceP {
    color: #0093ad;
    font-weight: bold;
}

#payrollP {
    color: #ff7611; 
    font-weight: bold;  
}

#featureP {
    color: #238e45;
    font-weight: bold;   
}

#changeLang {
    position: fixed;
    bottom: 10px;
    left: 20px;
}

#changeLangEng {
    cursor: pointer;
    color: #0000cd;
}

#changeLangBangla {
    cursor: pointer;
    color: #006400;
}
.btn-login {
color: #fff;
    background-color: #009ee4;
    border-color: #009ee4;
}
.btn-login:hover,
.btn-login:focus,
.btn-login:active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #1b95cc;
  border-color: #1b95cc;
}