@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/public-files/assets/fonts/Inter.ttf") format("truetype");
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
}

.image-bg {
  background-color: #2f3038 !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

.login-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 235px;
  height: 94px;
  margin-top: 110px;
}

.login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: radial-gradient(100% 359.18% at 0% 0%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid #ce9c7d;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  color: #ffffff;
}

.title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.login-input-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 296px;
  height: 50px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ce9c7d;
  border-radius: 8px;
}

.login-input-password {
  width: 296px;
  height: 50px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ce9c7d;
  border-radius: 8px;
  margin-top: 16px;
}

.forget-password {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: underline;
}

.login-error-container {
  width: 296px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #ffffff;
  color: #000;
  border-radius: 8px;
  border: 1px solid #ce9c7d;
}

.span-error {
  font-size: 16px!important;
  padding-inline: 10px!important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}

.login-button {
  width: 296px;
  height: 50px;
  color: #ffffff;
  background: #ce9c7d;
  border: 1px solid #ce9c7d;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 20px;
}

::placeholder {
  color: #ffffff;
}
