html,
body {
    line-height: 1.7;
    color: #838990;
    padding: 0 !important;
    height: 100%;
    margin: 0;
}
body {
    display: flex;
    flex-direction: column;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.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;
}


#navbar {
    background-color: #23569D !important;
    border-radius:0;
}



.carousel-item.active {
    background-color: transparent !important;
}

.carousel-item {
    max-height: 430px;
}

    .carousel-item > img {
        min-width: 100%;
        max-height: 430px;
    }

.wrapper {
    flex: 1; /* 讓 wrapper 撐滿剩下的空間 */
}
/*footer*/
footer {
    background-color: #23569D !important;
    color: white;
    min-height: 50px; /* 或其他固定高度 */
}
.container-fluid{
    margin:0!important;
}



