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

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

.auth-container {
  width: 100%;
  height: 80%;
  min-height: 100vh;
  background: url("/backend/images/auth.png") no-repeat center center fixed;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
  font-family: "Inter";
  padding: 50px 50px;
  width: 754px;
}

.auth-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
  font-family: "Inter";
  padding: 100px 50px;
}

.auth-form .logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-form .auth-form-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
}

.aauth-form .auth-form-title h1 {
  font-size: 32px;
  font-weight: 700;
}

.auth-form .auth-form-title p {
  font-size: 16px;
  font-weight: 400;
}

.auth-form-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: -40px;
}

.auth-form-content .forgot-pass-text {
  display: flex;
  text-align: end;
  justify-content: flex-end;
  width: 100%;
  text-decoration: none;
  color: #ff79a9;
}

.alert-error {
  margin-bottom: -10px;
}

.auth-form {
  width: 554px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.auth-form .auth-form-input {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
