a {
    text-decoration: none;
}

.form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--bs-border-color);
    background-color: transparent;
}

.text-sm {
    font-size: .9em;
}

#login-body {
    height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/asset/image/layout/bg1.jpg");
}

#login-body .form-container {
    color: #777;
    background-color: rgba(255, 255, 255, .9);
}

#login-body .form-container .logo-only {
    float: left;
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    background-image: url("/asset/image/layout/logo.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#login-body .form-container a {
    color: #aaa;
}
#login-body .form-container a:hover {
    text-decoration: underline;
}

.navbar-light,
.navbar.bg-light,
.navbar .bg-light {
  --bs-bg-opacity: 1;
  background-color: #fff !important;
}