body {
  background-color: #0E2432;
  font-family: 'Inter', sans-serif;
}

.auth-container {
  display: flex;
  height: 100vh;
}

.image-section {
  flex: 1;
  background: url(/static/img/cave.png) no-repeat center center;
  background-size: cover;
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px 20px;
  text-align: left;
}

.image-section h1 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  max-width: 50%;
  padding-left: 60px;
}

.image-section p {
  font-size: 14px;
  max-width: 50%;
  text-align: left;
  padding-left: 60px;
}

.form-section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0E2432;
  color: white;
}

.form-container {
  width: 100%;
  max-width: 80%;
  text-align: left;
}

.form-control,
.btn {
  border-radius: 8px;
}

.form-control {
  line-height: 2.3;
}

.btn-primary {
  background-color: #22C55E;
  border: none;
}

.logo {
  width: 160px;
  display: block;
  margin: 0 0 50px 0;

}

.form-label {
  font-size: 12px;
}

.custom-input {
  background-color: #243844;
  color: white;
  border: none;

}

.custom-input::placeholder {
  color: #939FAD;
  font-size: 12px;
}

.text-green {
  text-decoration: none;
  color: #36B97C;
}

#form-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}

#form-subtitle {
  color: #939FAD;
  font-size: 12px;
  text-align: center;
  margin-bottom: 40px;
}

.custom-text {
  font-size: 12px;
}

.custom-btn {
  padding: 15px;
  font-size: 14px;
  background-color: #36B97C;
}

.base_logo {
  margin-left: 20px;
  height: 100%;
}

.text-danger {
  font-size: 10px;
}

.obs_text {
  font-size: 12px;
  color: #939FAD;
}