@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}



form {
  margin: 0 auto;
  width: 100%;
}

.row {
  margin: 0 auto;
}

.company-logo {
  position: relative;
  bottom: 0px;
  max-width: 390px;
  margin: 0 auto;
}

.authentication-form {
  background: transparent;
  border-radius: 0px !important;
  -overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-color: transparent !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  max-width: 390px;
  margin: 0 auto;
}
body.login_admin .authentication-form-wrapper button.btn.btn-success.btn-block {
  background: #74b31b;
}
body.login_admin .authentication-form-wrapper button.btn.btn-info.btn-block {
  background: #03a9f4;
}
body.login_admin .authentication-form-wrapper h2 {
  color: #6a6c6f;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 0;
}

body.login_admin .authentication-form-wrapper button {
  height: 30px;
  border-radius: 0px !important;
  outline-color: transparent;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  font-size: 14px !important;
}
body.login_admin .authentication-form-wrapper .authentication-form {
  padding: 26px 20px;
}

button:hover {
  background: #1e95b1 !important;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0px;
  outline-offset: 0px;
}
.btn {
  font-size: 16px;
  background: #31708f;
  color: #fff;
  border-radius: 8px !important;
}
body.login_admin .authentication-form-wrapper .company-logo img {
  width: 80%;
}

.line_toggler {
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

form input:focus {
  outline: none;
}

form input {
  font-size: 15px !important;
  padding: 8px;
  border: none !important;
  padding-left: 40px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  color: #6a6c6f  !important;
  padding-top: 6px;
  caret-color: #6a6c6f ;
  background-color: transparent !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border: 1px solid rgb(0 0 0 / 13%) !important;
}

div#loginWithEMSModal form input[type="password"] {
  font-size: unset !important;
}
div#loginWithEMSModal input.form-control {
  padding-left: 10px !important;
}

body.login_admin .authentication-form-wrapper .form-group a {
  margin: 0 auto;
  padding-left: 0px;
}
body.login_admin .authentication-form .form-group {
  margin-bottom: 10px;
}

body.login_admin .authentication-form-wrapper .checkbox {
  padding: 10px 0;
  text-align: left;
  color: #337ab7;
  font-size: 16px;
}

body .form-group:last-child {
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
}

.line_toggler:before {
  content: "";
  display: inline-block;
  position: absolute;
  margin-top: -2px;
  width: 0;
  height: 2px;
  background: #4281d2;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

form input:focus+.line_toggler::before {
  width: calc(100% - 30px);
  background: #4281d2
}

.form-group label {
  color: #6a6c6f;
  font-weight: 500 !important;
}

.fa-envelope-o:before {
  font-family: 'FontAwesome';
  content: "\f003";
}

.fa-key:before {
  content: "\f023";
  font-family: 'FontAwesome';
}

.icon_input_focus::before {
  color: rgb(157, 174, 202) !important;
}

.login_icon::before {
  color: rgb(69, 86, 113);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.login_icon {
  position: relative;
  font-size: 20px;
  top: -33px;
  padding-left: 10px;
  float: left;
}


/* Add New Design by Gopal 2023-01- 17*/
.itemsList{
  display:none;
  height: 530px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0px 10px 10px 0px;  
  /* background-position: center center; */
}
div#ItemCenter .col-md-6 {
  padding: 0;
}
.erp_login_inner {
  max-width: 350px;
  margin: 0 auto;
  padding: 20px 0px 0px;
  /* background: #fff; */
  /* height: auto; */
  /* margin-top: calc(50% - 240px); */
  /* border: 1px solid rgb(0 0 0 / 10%) !important; */
  border-radius: 8px;
  /* box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px; */
}
.third_party_login {
  padding: 6px 0 10px !important;
}


.erp_login_inner .login-company-logo img {
width: 220px;
margin: 0 auto;
}
h2.login_page_title {
font-size: 20px;
text-transform: uppercase;
padding: 20px 0;
margin: 0;
}
.form-outline {
margin-bottom: 15px;
}
.form-check {
padding-left: 15px;
}
button.btn.btn-primary.btn-block.mb-4 {
margin-top: 10px;
background: #3e8e41;
border: 0;
padding-top: 8px;
padding-bottom: 8px;
font-size: 16px;
}
button.btn.btn-primary.btn-block.mb-4:focus {
outline: unset;
}
.form-control {
height: 44px;
}
button, input, select, textarea {
border-radius: 0 !important;
border: 1px solid rgb(0 0 0 / 10%) !important;
box-shadow: unset !important;
padding: 10px !important;
}
button.btn.btn-primary.btn-block:hover {
background: #0e5813;
}
a.forget_password {
margin-top: 15px;
display: block;
color: #212529;
text-decoration: underline;
}
.topHeader h4 {
  color: #000;
  font-size: 18px;
  margin-bottom: 5px;
}
.topHeader {
  padding: 6px 0;
  text-align: center;
}
.topHeader p.mb-10 {
  color: #9d9c9c;
  font-size: 13px;
  margin-bottom: 10px;
}
body.login_admin {
  background: unset;
  background-size: unset;
  background: #ededed;
}
.authentication-form{
  padding: 0px;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, input[type="color"] {
  height: 40px;
  border-radius: 8px !important;
}
.authentication-form .checkbox label, .radio label {
  padding-left: 0px;
}
div#ItemCenter .alert {
  padding: 4px;
  margin-bottom: 4px;
}
div#ItemCenter .alert-danger {
  display: inline;
  font-size: 12px;
}

/* New Update Version*/
/* .container-box{
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
.inner_login_screen {
  background: #f8f8f8;
  overflow: hidden;
  position: absolute;
  display: contents;
}
.inner_login_screen > div {
    width: 50%;
    float: left;
    background: #efefef;
}
.container-box::after, .inner_login_screen::after {
  display: table;
  clear: both;
  content: '';
} */


/* New Again */
.login_container_box{
  background-color: #fff;
  position: relative;
  padding: 50px 50px;
  max-width: 1170px;  
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  margin: 0 auto;
  min-height: 100vh;
}
.login_inner_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  width: 100%;
  background: #f0f0f0;
  height: 510px;
}
.erp_login_inner-two {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: colum;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px;
  overflow: hidden;
  position: relative;
  height: 510px;
}
/* .erp_login_inner_right_imageslider {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 510px;
} */
.login-company-logo img {
  width: 200px;
}
.authentication-form {
  min-width: 317px;
}
#ItemCenter {  
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 1280px;
  background: #f4f2f7;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
  border-radius: 10px;
}
body.login_admin .modal-backdrop.in {
  opacity: 0;
  position: unset;
}

/* Forgot Password */
body.authentication.forgot-password {
  background: unset;
  background-size: unset;
  background: #ededed;
}
body.authentication.forgot-password .login-company-logo {
  margin-bottom: 50px;
}
body.authentication.forgot-password .form-group {
  padding: 0;
}
body.authentication.forgot-password .mtop40.authentication-form{
  position: relative;
}
body.authentication.forgot-password .login_icon {
  position: absolute;
  top: 29px;
}
body.login_admin div#ItemCenter button.btn.btn-info.btn-block, body.authentication.forgot-password div#ItemCenter button.btn.btn-info.btn-block{
  background: #98c8cf;
  border: 0 !important;
  color: #000;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  text-transform: uppercase;
}
body.login_admin div#ItemCenter button.btn.btn-success.btn-block {
  background: transparent;
  color: #000;
  font-weight: 500;
  background: #94d000;
  border: 1px solid #98c8cf !important;
  height: 40px;
  line-height: 20px;
  text-transform: uppercase;
}
body.login_admin div#ItemCenter button.btn.btn-info.btn-block:hover, body.login_admin div#ItemCenter button.btn.btn-success.btn-block:hover, body.authentication.forgot-password div#ItemCenter button.btn.btn-info.btn-block:hover{
  box-shadow: rgb(45 35 66 / 0%) 0 2px 4px, rgb(45 35 66 / 3%) 0 7px 13px -3px, #9e9e9e 0 -3px 0 inset !important;
  background: #94d000 !important;
  color: #fff;
  border: 1px solid #94d000 !important;
}
body.login_admin div#ItemCenter .authentication-form .form-group a {
  color: #6a6c6f;
}
body.authentication.forgot_mod_password, body.authentication.reset-password {
  background: #ededed;
}
body.authentication.forgot_mod_password .form-group:last-child {
  text-align: left;
  padding: unset;
}
body.authentication.forgot_mod_password .login_icon {
  top: -35px;
}
body.authentication.forgot_mod_password button.btn.btn-info.btn-block, body.authentication.reset-password button.btn.btn-info.btn-block{
  background: #98c8cf;
  border: 0 !important;
  color: #000;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  text-transform: uppercase;
}
body.authentication.forgot_mod_password button.btn.btn-info.btn-block:hover, body.authentication.reset-password button.btn.btn-info.btn-block:hover {
  box-shadow: rgb(45 35 66 / 0%) 0 2px 4px, rgb(45 35 66 / 3%) 0 7px 13px -3px, #9e9e9e 0 -3px 0 inset !important;
  background: #94d000 !important;
  color: #fff;
  border: 1px solid #94d000 !important;
}
body.authentication.forgot_mod_password .form-group {
  margin-bottom: 0;
}
.forgot_Password {
  margin-top: 50px;
}
.reset_Password_form .login_icon{
  float:unset;
  top: -34px;
}
body.authentication.reset-password .form-group:last-child{
  padding: 0;  
}
.reset_Password_form .form-group{
  margin-bottom: 0;
}  


@media (max-width: 1300px) {
  #ItemCenter {  
    max-width: 1000px;
  }
}


@media (min-width:769px) and  (max-width:1020px){
  .erp_login_inner {
    padding: 40px 0px 40px;
  }
  #ItemCenter {
    max-width: 700px;
  }

}


@media (max-width: 767px) {
  .erp_login_inner {
    padding: 0px 20px 25px;
    margin-top: calc(50% - 140px);
  }
  .inner_login_screen > div {
      flex: 100%;
  }
  div#ItemCenter {    
      margin-top: 4%;
      transform: translate(0%, 0%);
      position: unset;
  }
  div#erp-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .authentication-form {
      min-width: auto;
      width: 100%;
  }
  .itemsList {
    height: 200px;
  }  
}

@media (max-width: 320px) {
  .authentication-form {
    height: 450px;
  }
}


@media (max-width: 768px) {
  form input {
    font-size: 15px !important;
  }

  /* form input[type="password"] {
    font-size: 31px !important;
  } */
}