* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.background, .background-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

body {
  font-family: "Inter";
  height: 100vh;
  position: relative;
  font-size: 14px !important;
  transition: background-color 0.3s ease;
}

.background {
  position: fixed;
}
html[data-bs-theme=light] .background {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 7.08%, rgba(189, 201, 237, 0.3) 91.08%);
}
html[data-bs-theme=dark] .background {
  background: linear-gradient(180deg, #333333 7.08%, #010101 91.08%);
}

.background-image {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  user-select: none;
  pointer-events: none;
}
html[data-bs-theme=light] .background-image {
  background-image: url("../images/background-base-dark-web.png");
}
html[data-bs-theme=dark] .background-image {
  background-image: url("../images/background-base-dark-web.png");
}

.theme-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1em;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
html[data-bs-theme=light] .theme-toggle {
  color: #000;
}
html[data-bs-theme=dark] .theme-toggle {
  color: #FFF;
}
.theme-toggle:hover {
  transform: scale(1.1);
}

.logo-container {
  position: fixed;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 500px;
  max-width: 100%;
}
.logo-container .logo-image {
  max-width: 100%;
  transition: content 0.3s ease;
}
html[data-bs-theme=light] .logo-container .logo-image {
  content: url("../images/new-logo-dark.svg");
}
html[data-bs-theme=dark] .logo-container .logo-image {
  content: url("../images/new-logo-light.svg");
}

.login-card {
  position: fixed;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  padding: 3em 2.5em;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: all 0.3s ease;
}
html[data-bs-theme=light] .login-card {
  background: linear-gradient(180deg, #FFFFFF 0%, #EBEEF9 100%);
  border: solid 1px #d2d2d2;
}
html[data-bs-theme=dark] .login-card {
  background: linear-gradient(180deg, #FFFFFF 0%, #EBEEF9 100%);
  border: solid 1px #444444;
}
.login-card form {
  width: 100%;
}
.login-card .logo-container-wrapper {
  position: relative;
  margin-bottom: 4em;
}
.login-card .logo-container-wrapper .logo-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-card .logo-container-wrapper .logo-brand img {
  max-width: 250px;
  max-height: 60px;
  transition: content 0.3s ease;
}
html[data-bs-theme=light] .login-card .logo-container-wrapper .logo-brand img {
  content: url("../images/logo-stack61.svg");
}
html[data-bs-theme=dark] .login-card .logo-container-wrapper .logo-brand img {
  content: url("../images/logo-stack61.svg");
}
.login-card .logo-container-wrapper .logo-tagline {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 1em 0;
  gap: 0.3em;
  transition: color 0.3s ease;
}
html[data-bs-theme=light] .login-card .logo-container-wrapper .logo-tagline {
  color: #8a8a8a;
}
html[data-bs-theme=dark] .login-card .logo-container-wrapper .logo-tagline {
  color: #8a8a8a;
}
.login-card .logo-container-wrapper .logo-tagline img {
  max-height: 14px;
  transition: content 0.3s ease;
}
html[data-bs-theme=light] .login-card .logo-container-wrapper .logo-tagline img {
  content: url("../images/logo-mozaic.svg");
}
html[data-bs-theme=dark] .login-card .logo-container-wrapper .logo-tagline img {
  content: url("../images/logo-mozaic.svg");
}
.login-card .logo-container-wrapper .client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-card .logo-container-wrapper .client-logo img {
  max-width: 300px;
  max-height: 60px;
}

.form-group {
  margin-bottom: 1.5em;
  font-size: 14px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 500;
  transition: color 0.3s ease;
}
html[data-bs-theme=light] .form-group label {
  color: #000;
}
html[data-bs-theme=dark] .form-group label {
  color: #000;
}
.form-group .form-control {
  width: 100%;
  padding: 0.75em 1em;
  border: none;
  border-radius: 4px;
  outline: 0;
  font-size: 14px;
  transition: all 0.3s ease;
}
html[data-bs-theme=light] .form-group .form-control {
  background-color: #FFFFFF;
  color: #333333;
}
html[data-bs-theme=dark] .form-group .form-control {
  background-color: #FFFFFF;
  color: #333333;
}
.form-group select.form-control {
  cursor: pointer;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 1em center;
  padding-right: 2.5em;
}
html[data-bs-theme=light] .form-group select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
}
html[data-bs-theme=dark] .form-group select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
}

.password-security-wrapper {
  position: relative;
}

.password-wrapper {
  position: relative;
}
.password-wrapper .form-control {
  padding-right: 3em;
}
.password-wrapper .togglePassword {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: color 0.3s ease;
}
html[data-bs-theme=light] .password-wrapper .togglePassword {
  color: #666666;
}
html[data-bs-theme=light] .password-wrapper .togglePassword:hover {
  color: #333333;
}
html[data-bs-theme=dark] .password-wrapper .togglePassword {
  color: #AAAAAA;
}
html[data-bs-theme=dark] .password-wrapper .togglePassword:hover {
  color: #333333;
}
.password-wrapper .togglePassword i {
  pointer-events: none;
}

.forgot-password-wrapper {
  text-align: right;
  margin-top: 0.5em;
}

.forgot-password {
  text-decoration: none;
  transition: color 0.3s ease;
}
html[data-bs-theme=light] .forgot-password {
  color: #1E4DDE;
}
html[data-bs-theme=dark] .forgot-password {
  color: #1E4DDE;
}
.forgot-password:hover {
  text-decoration: underline;
}

.login-btn {
  width: 100%;
  padding: 0.7em 1.5em;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 1em;
  font-size: 1.2em;
  transition: all 0.3s ease;
}
html[data-bs-theme=light] .login-btn {
  background-color: #1E4DDE;
  color: #FFFFFF;
}
html[data-bs-theme=dark] .login-btn {
  background-color: #1E4DDE;
  color: #FFFFFF;
}
.login-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.login-btn:active {
  transform: translateY(0);
}

.copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 1.5em;
}

.copyright p {
  margin: 0;
  font-size: 1em;
}
html[data-bs-theme=light] .copyright p {
  color: #000;
}
html[data-bs-theme=dark] .copyright p {
  color: #fff;
}

.activity-zone-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: left;
  align-items: center;
}
.activity-zone-list input[type=submit] {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  padding: 0.5em;
  cursor: pointer;
  transition: all 0.3s ease;
}
html[data-bs-theme=light] .activity-zone-list input[type=submit] {
  background-color: #FFFFFF;
  border: solid 1px #1E4DDE;
  color: #333333;
}
html[data-bs-theme=dark] .activity-zone-list input[type=submit] {
  background-color: #FFFFFF;
  border: solid 1px #1E4DDE;
  color: #333333;
}

.imgWelding {
  width: 44px;
  height: 44px;
  background-image: url("../logos/welding.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader .load-container {
  text-align: center;
  width: 100px;
  height: 70px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 8px;
}
html[data-bs-theme=light] .loader .load-container {
  color: #333333;
  background-color: #FFF;
}
html[data-bs-theme=dark] .loader .load-container {
  color: #333333;
  background-color: #FFF;
}

.loader .load-container .spin-blue-center {
  font-size: 1em;
  display: block;
  margin-bottom: 0em;
}
html[data-bs-theme=light] .loader .load-container .spin-blue-center {
  color: #1A478D;
}
html[data-bs-theme=dark] .loader .load-container .spin-blue-center {
  color: #1A478D;
}

@media (max-width: 1200px) {
  .logo-container {
    left: 5%;
    max-width: 350px;
  }
  .logo-container .logo-image {
    max-width: 300px;
  }
  .login-card {
    right: 5%;
    max-width: 380px;
    padding: 2.5em 2em;
  }
}
@media (max-width: 991px) {
  .logo-container {
    left: 2%;
    max-width: 350px;
  }
  .logo-container .logo-image {
    max-width: 100%;
  }
  .login-card {
    right: 2%;
    max-width: 380px;
    padding: 2em;
  }
}
@media (max-width: 767px) {
  body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .background-image {
    background-image: url("../logos/background-base-dark-mob.png");
  }
  .logo-container {
    max-width: 500px;
    position: absolute;
    transform: none;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    height: 330px;
    justify-content: center;
    display: flex;
  }
  .logo-container .logo-image {
    max-width: 350px;
  }
  .login-card {
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
    padding: 1.5em;
    transform: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    top: auto;
    height: calc(100vh - 350px);
  }
  .login-card .logo-container-wrapper {
    margin-bottom: 1em;
  }
  .login-card .logo-container-wrapper .logo-brand img {
    max-width: 200px;
  }
  .form-group {
    margin-bottom: 0.5em;
  }
  .form-group label {
    margin-bottom: 0.2em;
  }
  .login-btn {
    margin-top: 0;
  }
  .activity-zone-list input[type=submit] {
    width: 36px;
    height: 36px;
  }
  .imgWelding {
    width: 36px;
    height: 36px;
  }
  .theme-toggle {
    top: 10px;
    right: 10px;
    font-size: 1em;
  }
}
@media (max-width: 576px) {
  .logo-container {
    max-width: 100%;
    position: absolute;
    transform: none;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    height: 220px;
    justify-content: center;
    display: flex;
  }
  .logo-container .logo-image {
    max-width: 250px;
    max-height: 200px;
  }
  .login-card {
    bottom: 30px;
    left: 0;
    right: 0;
    top: auto;
    max-height: calc(100vh - 250px);
    height: auto;
  }
  .form-group {
    margin-bottom: 0.5em;
  }
  .form-group label {
    margin-bottom: 0.2em;
  }
  .copyright {
    padding: 0.5em;
    font-size: 0.875em;
  }
}
.bootoast > .glyphicon {
  display: inline-block;
  float: left;
  font-size: 1em;
  margin-right: 0.5em;
}

.bootoast > .bootoast-alert-container {
  display: block;
  max-width: 100%;
  overflow: auto;
}

.bootoast > .bootoast-alert-container > .bootoast-alert-content {
  display: table;
  width: 100%;
  height: 100%;
}

.bootoast-container {
  position: fixed;
  left: 20px;
  right: 20px;
  top: initial;
  bottom: initial;
  width: 390px;
  max-width: 95%;
  z-index: 2060;
}

.bootoast-container.bottom {
  bottom: 20px;
}

.bootoast-container.right {
  left: initial;
}

.bootoast-container.left {
  right: initial;
}

.bootoast-container.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bootoast {
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 2em;
  box-shadow: 0px 2px 5px 0px rgb(153, 153, 153);
  border-radius: 0;
}

.bootoast-container.top {
  top: 5em;
  font-size: 13px;
}

.bootoast-container {
  right: 0;
}

.bootoast-container .fa {
  display: table-cell;
  vertical-align: top;
  font-size: 2em;
  padding: 0.2em;
  color: #FFF;
}

.bootoast-container .bootoast-alert-container {
  display: table-cell;
  vertical: top;
  padding: 0.6em;
  color: #FFF;
}

.bootoast-container .alert-dismissable .close {
  top: 0px;
  right: 10px;
  position: absolute;
  border: 0;
  background: transparent;
  font-size: 1.5em;
}

.custom-form-wrapper .input-group-btn {
  font-size: 1.3em;
}

.alert-danger,
.alert-error {
  background-color: #dd4b39 !important;
}

.alert-warning {
  background-color: #f39c12 !important;
}

.alert-success {
  background-color: #00a65a !important;
}

.paswordContainer {
  position: relative;
}

#passwordUL {
  position: absolute;
  left: 0;
  width: 98%;
  background: #ededee;
  top: 34px;
  padding: 10px;
  list-style: none;
  margin: 0;
  z-index: 9;
  border-radius: 20px;
  box-shadow: 1px 9px 7px 8px rgba(0, 0, 0, 0.55);
}

#passwordUL:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #ededee;
  top: -14px;
  position: absolute;
  right: 22px;
}

#passwordUL li {
  padding: 5px 5px 1px 15px;
  border: 0 !important;
  position: relative;
}

#passwordUL li span {
  font-size: 13px;
  position: relative;
  display: inline-block;
}

#passwordUL li span:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  left: 0;
}

#passwordUL li.success span {
  color: green;
}

#passwordUL li:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -2px;
  top: 7px;
}

#passwordUL li.success:before {
  content: "\f00c";
  color: green;
}

#passwordUL li.error:before {
  content: "\f00d";
  color: red;
}

#passwordUL li.error span {
  color: red;
}

#passwordUL li.error span:before {
  background: red;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.forgot-password-wrapper .checkbox label {
  color: #8a8a8a !important;
}/*# sourceMappingURL=login.css.map */