/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: white;
  background: url(../img/a_login_bg.png);
  background-size: 32%;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}
/*-------------------------------
#container for login form 
---------------------------------*/
.con {
    /* background-color: rgb(197, 13, 13); */
    padding-top: 30px;
    width: 500px;
    margin: auto;

  }
  
/*--------------------------------------------------------------
  # Main
  --------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 25px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}
/*------------------------------------
#logo 
--------------------------------------*/


.panel-heading {
  padding: 6px;
  text-align: center;
  width: 147px !important;
  height: 76px !important;
  margin-bottom: 10px;

}
.panel-body{
  width: 400px;
  margin: auto;
  /* background-color: rgb(197, 13, 13); */
  background-image: linear-gradient( rgb(206, 28, 28),rgb(197, 13, 13));
  position: relative;
  border-radius: 10px;
}
.form-c{
  display: block;
}
.l-content{
  border-radius: 6px;
    padding: 18px 25px 12px 25px;
}
.form-group{
  padding: 5px;
}
.form-control{
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-radius: 3px;
  border: none;
  padding: 6px 12px;
  margin-bottom: 10px;
}
.btn{
background: #A50404;
width: 130px;
border: 0;
height: 42px;
color: #fff;
margin: 0px 0 0 0px;
cursor: pointer;
border-radius: 3px;
text-transform: uppercase;
font-size: 14px;
}
.f-btn{
margin-top: 20px;
}
.forgot{
  float: right;
  margin: 12px 0 0 30px;
  font-size: 14px;
}
.forgot a{
  color: white;
  font-size: 1em;
}

.f-copy{
  text-align: center;
  font-size: 0.8em;
  padding: 2px;
}
.label{
  font-size: 0.9em;
  margin-bottom: 5px;
}
.err{
  text-align: center;
  color: #ff001a;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

body {
  height: 100vh;
  /* background: linear-gradient(to right, #667eea, #764ba2); */
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-container {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
}

.login-box h2 {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #444;
}

.form-group input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.3s;
}

.form-group input:focus {
  border-color: #667eea;
  outline: none;
}

button {
  width: 100%;
  background-color: #667eea;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.login_btn:hover {
  background-color: #047cb6;
}
.f-copy{
  color: #333;
  margin-top: 3px;
}
.login_img{
  max-width: 100%;
  height: 100vh;
}
.login_btn{
  background-color: #0490d0;
}
/* .img_right img{max-width:100vw;
  max-height: 100vh;

} */

.left_panel_blue {
    background-color:#0090D2; height: 100vh;
    background-image: url(../img/duty_t_bg_logo.png);background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .left_panel_blue{display:none;}
  .login-container{padding:30px 20px; margin:0 10px;}
}