* {
  font-family: 'Satoshi' !important;
}

body {
  background-color: #f0f0f0;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.enm-container {
  background-image: url("../../pc-portal-assets/images/auth/Login.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.enm-logo {
  height: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 3rem;
  left: 3rem;
}

.enm-logo img {
  height: 100%;
  width: auto;
}

.enm-title {
  font-size: 1.8rem;
  color: #000;
  margin: 0;
  padding: 0;
  font-family: 'Satoshi-Bold';
}

.enm-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: 20vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-right: -50vw;
}

.enm-form .enm-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.enm-form .enm-input-group label {
  font-size: 1rem;
  color: #000;
  font-family: 'Satoshi';
}

.enm-form .enm-input-group input, .enm-form .enm-input-group select {
  width: calc(100% - 1rem);
  height: 100%;
  border: 1px solid var(--enm-primary-color);
  border-radius: 5px;
  padding: 0.5rem;
  font-family: 'Satoshi';
}

.enm-form .enm-btn {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid var(--enm-primary-color);
  border-radius: 5px;
  padding: 0.5rem;
  background-color: var(--enm-primary-color);
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Satoshi';
  margin-top: 1rem;
}

.enm-form .enm-btn:hover {
  background-color: #fff;
  color: var(--enm-primary-color);
  border: 1px solid var(--enm-primary-color);
}

.enm-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #807d7d;
  font-family: 'Satoshi';
  text-decoration: none;
  margin: 0;
}

.enm-link-container a {
  color: var(--enm-primary-color);
  text-decoration: none;
}

.enm-link-container .enm-link {
  color: #525050;
  font-family: 'Satoshi';
  text-decoration: none;
  margin: 0;
}

.enm-link-container .enm-link a {
  color: var(--enm-primary-color);
  text-decoration: none;
}

.enm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}

select {
  width: calc(100% - 1rem);
  height: 100%;
  border: 1px solid var(--enm-primary-color);
  border-radius: 5px;
  padding: 0.5rem;
  font-family: 'Satoshi';
}
/*# sourceMappingURL=login.css.map */