html,
body {
  height: 100%;
  min-height: 18em;
}

body {
  height: 100vh;
  margin: 0;
  overflow: auto;
}

.bg-img {
  background-size: cover;
}

.log-logo-w {
  width: 220px !important;
  border-radius: 3px;
  box-shadow: 0px 0px 12px 5px rgb(0 0 0 / 18%);
}

.split h3 {
  font-size: 3rem;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.btn-gradient-primary {
  background: -webkit-gradient(linear, left top, right top, from(#da8cff), to(#9a55ff));
  background: linear-gradient(to right, #da8cff, #9a55ff);
  border: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #fff;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.875rem 2.5rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.1875rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #fff;
}

.btn-style {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  text-decoration: none;
  color: #FFFFFF;
  border: #FFFFFF solid 0.2rem;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  width: 15rem;
  padding: 1.5rem;
}

.container {
  margin-top: 70px;
  position: relative;
  width: 100%;
  height: 100%;
  background: #333333;
}

.sidebar {
  position: fixed;
}

.split {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.topbar ul li .dropdown-menu li a {
  padding: 10px 15px !important;
}

.split.left {
  left: 0;
  background: url('https://img2.exportersindia.com/product_images/bc-full/dir_25/740364/steel-1623390.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.split.left::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(236 84 84 / 70%);
}

.split.right {
  right: 0;
  background: url('https://www.mahindraaccelo.com/images/facilities/bhopal/bhopal.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.split.right::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 43, 43, 0.8);
}

.split.right,
.split.left,
.split.right::before,
.split.left::before {
  transition: all 1000ms ease-in-out;
}

.hover-left .left {
  width: 75%;
}

.hover-left .right {
  width: 25%;
}

.hover-right .right {
  width: 75%;
}

.hover-right .left {
  width: 25%;
}

.header-css {
  top: 0;
  position: fixed;
  background-color: #e31837 !important;
  height: 70px;
  z-index: 999;
  width: 100%;
}

.header-css img {
  margin: 0 auto;
  display: block;
}

@media(max-width: 800px) {
  h3 {
    font-size: 2rem;
    top: 30%;
  }

  .btn {
    padding: 1.2rem;
    width: 12rem;
  }
}

/* Project-Plant-Login */

.icon-hidden {
  display: none;
  color: #0C0;
}


li.profile {
  background: #d7dbde;
}

.login-fg .form-container {
  color: #ccc;
  position: relative
}

.login-fg .login {
  background: #e84f37;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 15px
}


.login-fg .login-section {
  max-width: 370px;
  margin: 0 auto;
  text-align: center;
  width: 100%
}

.login-fg .form-fg {
  width: 100%;
  text-align: center;
}

.login-fg .form-container .form-group {
  margin-bottom: 25px;
}

.login-fg .form-container .form-fg {
  float: left;
  width: 100%;
  position: relative;
}

.login-fg .form-container .input-text {
  font-size: 14px;
  outline: none;
  color: #616161;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.login-fg .form-container img {
  margin-bottom: 5px;
  height: 40px;
}

.login-fg .form-container .form-fg input {
  float: left;
  width: 100%;
  padding: 11px 45px 11px 20px;
  border-radius: 50px;
}

.login-fg .form-container .form-fg i {
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 19px;
  color: #616161;
}

.login-fg .form-container label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}

.login-fg .form-container .forgot {
  margin: 0;
  line-height: 45px;
  color: #535353;
  font-size: 15px;
  float: right;
}

.login-fg .bg {
  background: rgba(0, 0, 0, 0.04) repeat;
  background-size: cover;
  top: 0;
  width: 100%;
  bottom: 0;
  opacity: 1;
  z-index: 999;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.login-fg .info h1 {
  font-size: 60px;
  color: #f0cf12;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.login-fg .info {
  text-align: center;
}

.login-fg .info img {
  text-align: center;
  width: 250px;
}

.login-fg .info p {
  margin-bottom: 0;
  color: #fff;
  line-height: 28px;
  text-shadow: 1px 1px #000;
}

.login-fg .form-container .btn-md {
  cursor: pointer;
  padding: 10px 30px 9px;
  height: 45px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;

  border-radius: 50px;
  color: #d6d6d6;
}

.login-fg .form-container p {
  margin: 0;
  color: #616161;
}

.login-fg .form-container p a {
  color: #616161;
}

.login-fg .form-container button:focus {
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
}

.login-fg .form-container .btn-fg.focus,
.btn-fg:focus {
  box-shadow: none;
}

.login-fg .form-container .btn-fg {
  background: #eece14;
  border: none;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.login-fg .form-container .btn-fg:hover {
  background: #000;
  transition: 0.2s ease;
}

.login-fg .logo a {
  font-weight: 700;
  color: #eece14;
  font-size: 39px;
  text-decoration: none
}

.login-fg .form-container .checkbox {
  margin-bottom: 25px;
  font-size: 14px;
}

.login-fg .form-container .form-check {
  float: left;
  margin-bottom: 20px;
}

.login-fg .form-container .form-check a {
  color: #d6d6d6;
  float: right;
}

.login-fg .form-container .form-check-input {
  position: absolute;
  margin-left: 0;
}

.form-check-input {
  display: none;
}

.login-fg .form-container .form-check label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  margin-left: -25px;
  border: none;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.login-fg .form-container .form-check-label {
  padding-left: 25px;
  margin-bottom: 0;
  font-size: 14px;
  color: #ffffff;
}

.login-fg .form-container .checkbox-fg input[type="checkbox"]:checked+label::before {
  color: #fff;
  background: #0f96f9;
}

.login-fg .form-container input[type=checkbox]:checked+label:before {
  font-weight: 300;
  color: #f3f3f3;
  font-size: 14px;
  content: "\2713";
  line-height: 17px;
}

.login-fg .form-container input[type=checkbox],
input[type=radio] {
  margin-top: 4px;
}

.login-fg .form-container .checkbox a {
  font-size: 14px;
  color: #616161;
  float: right;
  margin-left: 3px;
}

.login-fg .login-section h3 {
  font-size: 20px;
  margin-bottom: 40px;

  font-weight: 400;
  color: #505050;
}

.login-fg .login-section p {
  margin: 25px 0 0;
  font-size: 15px;
  color: #616161;
}

.login-fg .login-section p a {
  color: #616161;
}

.login-fg .login-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.login-fg .login-section .social li {
  display: inline-block;
  margin-bottom: 5px;
}

.login-fg .login-section .social li a {
  font-size: 12px;
  font-weight: 600;
  width: 120px;
  margin: 2px 0 3px;
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.login-fg .login-section .social li a i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  float: left;
  color: #fff;
  border-radius: 20px;
}

.login-fg .login-section .social li a span {
  margin-right: 7px;
}

.login-fg .login-section .or-login {
  float: left;
  width: 100%;
  margin: 20px 0 25px;
  text-align: center;
  position: relative;
}

.login-fg .login-section .or-login::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 1px;
  background: #d8dcdc;
  content: "";
}

.login-fg .login-section .or-login>span {
  width: auto;
  float: none;
  display: inline-block;
  background: #fff;
  padding: 1px 20px;
  z-index: 1;
  position: relative;

  font-size: 13px;
  color: #616161;
  text-transform: capitalize;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
button,
strong,
tr,
td,
th,
text,
textarea,
label {
  font-family: 'Georama-Regular' !important;
}