@charset "UTF-8";
/* /css/login.css */
html,
body {
  height: 100%;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
  margin-top: 200px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* 로고 스타일 정의 */
.login-logo {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 3rem; /* 로그인 페이지이므로 큼직하게 */
  letter-spacing: -1.5px;
  color: #198754; /* 헤더 로고 배경색과 동일한 Green */
  text-align: center;
  margin-bottom: 1.5rem;
  display: block;
  text-decoration: none;
}
.login-logo .logo-e {
  color: #a7f3d0;

}