body {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #1E2130;
  color: #FFFFFF;
  overflow-x: hidden;
}
body .entryTableValidityError {
  margin-bottom: 10px !important;
}
body .image-bg {
  background-image: url('../../../images/login-bg.png');
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
body::-webkit-scrollbar {
  display: none;
}
body * {
  font-family: 'Roboto', Regular, sans-serif;
  transition: all 0.3s ease;
}
body *,
body *:before,
body *:after {
  box-sizing: border-box;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #D6DBE1 !important;
}
body .navbar {
  display: none;
}
body .container {
  display: flex;
  min-height: 100vh;
  flex-direction: row;
  transition: flex-direction 0.5s ease;
}
@media (max-width: 768px) {
  body .container {
    flex-direction: column;
  }
}
body .left-panel {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  transition: all 0.5s ease;
}
body .left-panel .center-panel-container {
  padding-left: 100px;
}
body .left-panel .header-container {
  padding-left: 20px;
  padding-bottom: 20px;
}
body .left-panel .logo-container {
  position: relative;
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  width: 100%;
  height: auto;
  max-width: 830px;
}
body .left-panel .logo-container .l-container {
  display: grid;
  align-content: center;
  flex: 1;
  max-width: 125px;
  max-height: 80px;
}
body .left-panel .logo-container .l-container img {
  width: 100%;
  height: auto;
}
body .left-panel .logo-container .l-container.tech-inc {
  align-items: center;
  display: grid;
}
body .left-panel .logo-container .l-container.tech-inc img {
  width: 70%;
}
body .left-panel .logo-container .l-container.text {
  display: flex;
  align-items: center;
  font-size: 8px;
  line-height: 1.5;
  text-align: left;
  padding: 20px 0;
}
@media (max-width: 1690px) {
  body .left-panel .logo-container {
    left: 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  body .left-panel {
    min-height: 30vh;
  }
}
body .left-panel h1 {
  position: relative;
  bottom: 16%;
  max-width: 590px;
  font-size: 40px !important;
  font-weight: 100;
  text-align: left;
  letter-spacing: 0;
  opacity: 1;
  transition: all 0.5s ease;
  color: white !important;
}
@media (max-width: 1024px) {
  body .left-panel h1 {
    font-size: 40px;
    left: 0;
  }
}
@media (max-width: 768px) {
  body .left-panel h1 {
    font-size: 40px;
    bottom: 10%;
  }
}
body .left-panel h1 > span {
  color: #E34999;
  font-weight: 400;
  transition: color 0.3s ease;
}
body .right-panel {
  flex: 0.8;
  background: #252F3A 0 0 no-repeat padding-box;
  padding: 4% 2rem;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  body .right-panel {
    padding: 2rem;
  }
}
body .right-panel > * {
  margin-left: 14%;
  transition: margin 0.3s ease;
}
@media (max-width: 1024px) {
  body .right-panel > * {
    margin-left: 10%;
  }
}
@media (max-width: 768px) {
  body .right-panel > * {
    margin-left: 0;
  }
}
body .logo {
  position: relative;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  width: fit-content;
  margin-bottom: 14%;
  transition: all 0.3s ease;
}
body .logo > div {
  position: absolute;
  bottom: -7px;
  right: 11px;
  color: #E34A99;
  font-size: 12px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
body .logo img {
  width: 250px;
  height: auto;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  body .logo img {
    width: 200px;
  }
}
body .logo h2 {
  margin-top: 0.5rem;
  color: #2EDDF6;
}
body .reset-password-container {
  margin-top: 20px;
  text-align: left;
}
body .reset-password-container > a {
  color: #2dddf5;
}
body .entryForm {
  --form-max-width: 252px;
  display: grid;
  justify-content: left;
  width: 100%;
  max-width: var(--form-max-width);
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  body .entryForm {
    --form-max-width: 100%;
  }
}
body .entryForm br {
  display: none;
}
body .entryForm .mandatoryField {
  display: none;
}
body .entryForm .formName {
  margin-bottom: 20px;
  text-align: left;
  font-weight: 100;
  font-size: 21px;
  transition: all 0.3s ease;
}
body .entryForm table {
  background: none;
  border: none;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  transition: all 0.5s ease;
}
body .entryForm table tbody tr {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
body .entryForm table tbody tr td {
  margin-bottom: 1rem;
  text-align: left;
  max-width: var(--form-max-width);
  width: auto !important;
  transition: all 0.3s ease;
}
body .entryForm table tbody tr td:empty {
  display: none;
}
body .entryForm table tbody tr td.entryTableCaption {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
body .entryForm table tbody tr td input {
  padding: 0.5rem 2px 0.5rem 3px;
  border: 0;
  border-radius: 5px;
  background: #D6DBE1;
  height: 40px;
  max-width: var(--form-max-width);
  width: 100% !important;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  body .entryForm table tbody tr td {
    width: 90vw !important;
  }
  body .entryForm table tbody tr td input {
    width: 90vw !important;
  }
}
body .entryForm table tbody .entryTableValidityError {
  color: #E34A99;
  font-size: 14px;
  margin: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  body .entryForm table {
    display: block;
  }
}
body .entryForm .form-button-bottom {
  display: flex !important;
  justify-content: flex-start;
  flex-direction: row;
  transition: all 0.3s ease;
  flex-wrap: wrap;
}
body .entryForm .form-button-bottom button {
  width: fit-content;
  padding: 8px 30px;
  background-color: #2EDDF6;
  color: #1E2130;
  border: none;
  cursor: pointer;
  font-family: 'Roboto Light', Regular, sans-serif !important;
  font-weight: 500;
  border-radius: 3px;
  transition: all 0.3s ease, background-color 0.3s ease;
}
body .entryForm .form-button-bottom button[name="AD-register"] {
  background: #FF69B4;
  color: #FBEAF3;
}
body .entryForm .form-button-bottom button:hover {
  background-color: #E8F0F1;
}
@media (max-width: 768px) {
  body .entryForm .form-button-bottom button {
    width: 90vw;
  }
}
body .entryForm .form-button-bottom span {
  font-family: 'Roboto Light', Regular, sans-serif !important;
  font-weight: 600;
}
body .entryForm .form-button-bottom .entryTableValidityError {
  margin-bottom: 10px;
}
body .entryForm .form-button-bottom .entryTableValidityError > center {
  color: #E34A99;
  font-size: 14px;
  text-align: left !important;
}
body h1 .highlight,
body h2 .highlight,
body h3 .highlight {
  color: #FF69B4;
}
@media (min-width: 768px) {
  body .forget-password .entryForm {
    --form-max-width: 260px;
  }
}
body .forget-password .formName {
  width: 265px;
}
body .forget-password #submitForm {
  max-width: 261px;
}
body .forget-password .form-button-bottom {
  flex-direction: column-reverse;
}
body .forget-password .form-button-bottom button {
  width: 100%;
  font-size: 15px;
}
@media (max-width: 768px) {
  body .container {
    flex-direction: column;
  }
  body .left-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.5s ease;
  }
  body .left-panel h1 {
    bottom: 13%;
  }
  body .right-panel {
    background: linear-gradient(to bottom, #252F3AFF 610px, transparent 50%);
    min-height: 100vh;
    justify-content: flex-start;
    padding-top: 2rem;
    transition: all 0.5s ease;
  }
  body .logo {
    margin-bottom: 2rem;
  }
  body .entryForm {
    background: rgba(37, 47, 58, 0.8);
    padding: 2rem;
    border-radius: 10px;
    justify-content: center;
  }
  body .forget-password {
    background: linear-gradient(to bottom, #252F3AFF 680px, transparent 50%);
  }
}
@media (max-width: 768px) and (max-height: 755px) {
  body .left-panel h1 {
    margin: 0;
  }
}
@media (max-width: 768px) and (max-height: 749px) {
  body .right-panel {
    background: linear-gradient(to bottom, #252F3AFF 100%, transparent 50%);
  }
}
@media (max-width: 480px) {
  body .right-panel {
    background: linear-gradient(to bottom, #252F3AFF 100%, transparent 50%);
  }
}
/*# sourceMappingURL=login-custom.css.map */