.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

#login {
  color: #666;
}

#login .left-panel {
  background: transparent linear-gradient(51deg, #0d71b3 0%, #00b4cc 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: darken;
  opacity: 1;
  width: 100%;
  height: 100vh;
  padding: 3rem;
}

#login .left-panel .login-bg {
  background: url("../images/login-bg.svg") no-repeat fixed 58% 0;
  width: 100%;
  height: 100%;
}

#login .left-panel .customer-logo-w {
  max-width: 180px;
  height: auto;
}

#login .left-panel .tag-details h4 {
  background-color: rgba(255, 255, 255, 0.5);
  color: #0b4063;
}

#login .right-panel {
  padding: 3rem;
}

#login .right-panel .form-group {
  position: relative;
}

#login .right-panel .form-group input {
  width: 100%;
  border-width: 0 0 1px;
  outline: 0;
  border-color: rgba(0, 0, 0, 0.3);
  padding-left: 25px;
}

#login .right-panel .form-group input:focus {
  border-color: #0d71b3;
}

#login .right-panel .form-group i[class*="fa"] {
  position: absolute;
  top: 4px;
  left: 2px;
}

#login .right-panel .form-group .btn {
  background-color: #0d71b3;
}

#login .right-panel .form-group .custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

/* layout alternate css starts here */
#login.layout-alt .top-header {
  height: 150px;
  border-bottom: 1px solid #666;
  background-color: #fff;
  max-width: 100%;
  background: url("../images/login-logo.jpg") no-repeat fixed 0 0;
}

#login.layout-alt .left-panel {
  padding: 0;
  background: #fff !important;
  box-shadow: 3px 0px 6px -1px rgb(231 231 231);
}

#login.layout-alt .left-panel .login-bg-alt {
  width: 100%;
  height: calc(100vh - 150px);
  background: url("../images/login-bg.jpg") no-repeat scroll 0 0;
  background-size: 100% 100% !important;
}

#login.layout-alt .right-panel {
  padding: 2rem;
}

#login.layout-alt .right-panel .form-group-container {
  padding: 20px 30px;
  border: 1px dashed #b2b2b2;
  border-radius: 12px;
}

#login.layout-alt .right-panel .form-group-container > .form-group:last-child {
  margin-bottom: 0 !important;
}

#login.layout-alt .right-panel .form-group input {
  border-width: 1px;
  border-radius: 3px;
  padding-left: 40px;
  height: 36px;
  line-height: 36px;
}

#login.layout-alt .right-panel .form-group i[class*="fa"] {
  top: 10px;
  left: 10px;
  padding-right: 6px;
  border-right: 1px solid #b2b2b2;
}

#login.layout-alt .right-panel .form-group .btn {
  background-color: #0d71b3;
  background: #0e6ad1;
  background: linear-gradient(to top, #0e6ad1 0%, #031af3 100%);
  width: 140px;
  border-radius: 10px;
  margin: auto;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 0.25rem 1rem;
}

#login.layout-alt .right-panel .form-group .btn::after {
  content: "";
  width: 60%;
  height: 2px;
  position: absolute;
  right: 20%;
  left: 20%;
  top: 2px;
  background: #fff;
  background: -webkit-linear-gradient(left, transparent, #ffffff, transparent);
}

#login.layout-alt .customer-logo,
#login:not(.layout-alt) .terms_conditions,
#login.layout-alt .login-bg {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #login .tag-details h4 {
    font-size: 20px;
  }
  #login .contact-details h4 {
    font-size: 20px;
  }
  #login .contact-details p {
    font-size: 10px;
  }
  #login .right-panel,
  #login .left-panel {
    padding: 2rem;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  #login .contact-details p {
    font-size: 13px;
  }

  #login .right-panel,
  #login .left-panel {
    padding: 2rem;
  }

  #login .right-panel {
    width: 400px;
  }
}

@media (min-width: 1400px) {
  #login .right-panel {
    width: 400px;
  }
}
/*# sourceMappingURL=login.css.map */
