@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Jim+Nightshade&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "SH-Bree-Headline-Regular";
  src: url("../fonts/SH-Bree-Headline-Regular.eot");
  src: url("../fonts/SH-Bree-Headline-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SH-Bree-Headline-Regular.woff2") format("woff2"),
    url("../fonts/SH-Bree-Headline-Regular.woff") format("woff"),
    url("../fonts/SH-Bree-Headline-Regular.ttf") format("truetype"),
    url("../fonts/SH-Bree-Headline-Regular.svg#SH-Bree-Headline-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SiemensSans-Roman";
  src: url("../fonts/SiemensSans-Roman.eot");
  src: url("../fonts/SiemensSans-Roman.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SiemensSans-Roman.woff2") format("woff2"),
    url("../fonts/SiemensSans-Roman.woff") format("woff"),
    url("../fonts/SiemensSans-Roman.ttf") format("truetype"),
    url("../fonts/SiemensSans-Roman.svg#SiemensSans-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SiemensSans-Black";
  src: url("../fonts/SiemensSans-Black.eot");
  src: url("../fonts/SiemensSans-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SiemensSans-Black.woff2") format("woff2"),
    url("../fonts/SiemensSans-Black.woff") format("woff"),
    url("../fonts/SiemensSans-Black.ttf") format("truetype"),
    url("../fonts/SiemensSans-Black.svg#SiemensSans-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SiemensSans-Bold";
  src: url("../fonts/SiemensSans-Bold.eot");
  src: url("../fonts/SiemensSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SiemensSans-Bold.woff2") format("woff2"),
    url("../fonts/SiemensSans-Bold.woff") format("woff"),
    url("../fonts/SiemensSans-Bold.ttf") format("truetype"),
    url("../fonts/SiemensSans-Bold.svg#SiemensSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0 auto;
  padding: 0px;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
}
* {
  margin: 0px;
  padding: 0px;
}

.banner {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.frm-container {
  width: 100%;
  margin: 0 auto;
}
.frm-container h1 {
  margin: 0px;
  padding: 4% 0 5% 0;
  font-family: "SiemensSans-Bold";
  font-size: 38px;
  color: #000000;
  text-align: left;
}

.frm-container .form-control {
  border: 2px #ae8b61 solid;
  border-radius: 0px;
  font-family: "SiemensSans-Roman";
}
.frm-container label {
  font-family: "SiemensSans-Roman";
  font-size: 21px;
}

.frm-container input:focus {
  outline: none;
  box-shadow: none;
}
.frm-container select:focus {
  outline: none;
  box-shadow: none;
}
.frm-container .form-control:focus {
  outline: none;
  box-shadow: none;
}
.btn-submit {
  margin-top: 5%;
  padding: 0.7% 5%;
  color: #ffffff;
  font-size: 20px;
  background-color: #ec6702;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
.btn-login {
  padding: 1.7% 10%;
  color: #ffffff;
  font-size: 20px;
  background-color: #ec6702;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 12px;
  font-size: 18px;
}

.errmsg {
  font-size: 12px;
  color: #f00;
}

/* .login-wraper {
  border: 2px #ec6702 solid;
  border-radius: 8px;
  padding: 6% 5%;
  background-color: #ffffff;
  box-shadow: 3px 7px 10px rgba(0, 0, 0, 0.2);
} */

.login-wraper .form-control {
  border: 1px #c7c7c7 solid;
  border-radius: 10px;
  background-color: transparent;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.inputIcon {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}

.customModal .modal-body h1 {
  font-size: 29px;
  font-weight: 600;
  color: #0fa712;
  text-align: center;
  margin: 10px 0px;
  margin-top: 50px;
}

.customModal .modal-body p {
  font-size: 16px;
  color: #4f5b64;
  text-align: center;
  line-height: 30px;
  font-weight: 300;
}

.customModal .modal-content {
  border-radius: 20px;
}

.box_container {
  display: flex;
}
.left_content {
  width: 60%;
  height: 100vh;
}

.right_content {
  width: 40%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-wraper {
  width: 380px;
}

.login-sec {
  font-size: 25px;
  padding-left: 20px;
  font-weight: bold;
}

.span-text {
  font-size: 2px;
}

.header_text {
  margin-bottom: 40px;
  text-align: center;
}
.header_heading {
  font-weight: bold;
  font-size: 32px;
  color: #272314;
}

.header_sub_heading {
  color: #86847d;
  font-size: 14px;
  font-weight: 300;
}

.link_color {
  color: #2699cc;
  text-decoration: none;
}

.logout {
  color: #d81515;
  text-decoration: underline;
}

.mobileShow {
  display: none;
}

.desktopShow {
  display: block;
}

.select2-container .select2-selection--single {
  height: calc(1.5em + 1rem + 2px) !important;
  padding: 0.5rem 1rem;
  border: 1px #c7c7c7 solid;
  border-radius: 10px !important;
  font-size: 16px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px !important;
  right: 10px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.945' height='8.004' viewBox='0 0 13.945 8.004'%3E%3Cg id='_16' data-name='16' transform='translate(-4.996 -7.996)'%3E%3Cpath id='Path_9959' data-name='Path 9959' d='M12,16a1,1,0,0,1-.71-.29l-6-6A1,1,0,0,1,6.71,8.29L12,13.59,17.29,8.3A1,1,0,0,1,18.7,9.71l-6,6A1,1,0,0,1,12,16Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 12px auto;
  background-repeat: no-repeat;
  width: 12px !important;
  border: none !important;
  height: 8px !important;
}
.select2-container--default .select2-results__group {
  color: #ec6702 !important;
}
.select2-container--open .select2-dropdown--below {
  margin-top: -8px;
}
.select2-results {
  padding-top: 10px;
}

.select2-container--default .select2-results > .select2-results__options {
  border-top: 1px solid #aaaaaa;
}

@media screen and (max-width: 991px) {
  .mobileShow {
    display: block;
  }

  .desktopShow {
    display: none;
  }

  .box_container {
    display: flex;
    flex-direction: column;
  }

  .left_content {
    width: 100%;
    height: auto;
  }

  .right_content {
    width: 100%;
    height: auto;
    margin-top: 0rem;
    padding: 0px 15px;
  }

  .header_heading {
    font-size: 25px;
  }

  .header_sub_heading {
    font-size: 14px;
  }

  .login-wraper {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .frm-container h1 {
    padding: 20px 0;
    font-size: 30px;
    text-align: center;
  }
  .frm-container label {
    font-size: 19px;
  }

  .customModal .modal-body h1 {
    font-size: 23px;
  }

  .customModal .modal-body p {
    font-size: 14px;
    line-height: 25px;
  }
}

select.form-control {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.945' height='8.004' viewBox='0 0 13.945 8.004'%3E%3Cg id='_16' data-name='16' transform='translate(-4.996 -7.996)'%3E%3Cpath id='Path_9959' data-name='Path 9959' d='M12,16a1,1,0,0,1-.71-.29l-6-6A1,1,0,0,1,6.71,8.29L12,13.59,17.29,8.3A1,1,0,0,1,18.7,9.71l-6,6A1,1,0,0,1,12,16Z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

.left_content {
  background-image: url(../images/banner-img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 90px;
}
.logoMain {
  max-width: 490px;
}
.left_content h2 {
  padding-top: 5rem;
  font-weight: normal;
  font-size: 2.5rem;
  color: #fff;
}
@media (max-width: 1090px) {
  .logoMain {
    max-width: 372px;
  }
  .left_content h2 {
    font-size: 2rem;
    padding-top: 3rem;
  }
  .login-wraper {
    width: 100%;
  }
}

@media (max-width: 990px) {
  .left_content {
    /* background-image: none; */
    padding: 0;
    width: 100%;
    height: auto;
    color: #fff;
    padding-top: 20px;
    padding-left: 20px;
    background-position: RIGHT BOTTOM;
    padding-bottom: 10px;
  }
  .logoMain {
    max-height: 72px;
  }
  .left_content .desktopShow {
    display: block;
  }
  .left_content .mobileShow {
    display: none;
  }
  .left_content h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .left_content h2 {
    font-size: 1rem;
    padding: 1.5rem 0 1rem;
    margin-bottom: 0;
  }
}
