@font-face {
  font-family: "Inter";
  src: url("../fonts/inter.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/sentient.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Bold.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Bold.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
main {
  padding-top: 0;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
  font-family: Inter, sans-serif;
}

.login-container {
  display: flex;
  max-height: 100vh;
}
.login-container .login-img {
  width: 50%;
}
.login-container .login-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.login-container .login-form {
  align-items: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 200px;
}
.login-container .login-form .login-form-content {
  display: flex;
  flex-direction: column;
}
.login-container .login-form .login-form-content input {
  background: #F7F8F9;
  border: 1px solid var(--Color-Grey, #DADADA);
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.login-container .login-form .login-form-content .feild-title {
  font-size: 16px;
  color: #555555;
  padding-bottom: 8px;
}
.login-container .login-form .login-form-content .submit-button {
  background: linear-gradient(91.72deg, #FB6406 -25.38%, #F11812 94.74%);
  border: none;
  color: white;
  padding: 16px;
  border-radius: 8px;
  cursor: pointer;
}
.login-container .login-form .logos img {
  margin-bottom: 2.5vw;
}
.login-container .login-form .logos .login-text {
  font-size: 1.563vw;
  font-weight: 800;
  padding-bottom: 24px;
}

.error,
.auth-error {
  color: rgb(223, 81, 81);
  font-size: 12px;
  line-height: 1.4;
}

/* RESPONSIVE */
@media (max-width: 1599.98px) {
  .login-container .login-img {
    height: 100vh;
  }
}/*# sourceMappingURL=login-page.css.map */