html {
    height: 100%;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    height: 100%;
}

body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    color: transparent;
}

.header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

.header-nav table {
    width: 100%;
}

#logoImg,
#Image0,
#Image1,
#Image11,
#Image2,
#Image21,
#Image5,
#Image3,
#Image4,
#Image28,
#Image25,
#Image211,
#Image23 {
    min-height: 6rem;
    width: 100%;
}

.login-bar {
    width: 25rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.5rem;
    background: #fff;
}

.bar {
    padding: 10px 0;
}

.close-pop {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px #fff solid;
    background: transparent;
    color: #666;
    font-size: 1.5rem;
    line-height: 0.5rem;
    text-align: center;
}

.bar span {
    display: inline-block;
    width: 5rem;
    text-align: right;
    margin-right: 10px;
}

.bar input {
    font-size: 0.9rem;
    color: #666;
    padding: 5px;
}

input {
    margin-top: 5px;
}

.submit {
    text-align: center;
    margin-top: 1.5rem;
}

.submit button {
    width: 100%;
}

.remember {
    margin-left: 1rem;
}

.check-it {
    color: #666;
    font-size: 0.9rem;
}

#errorPop {
    color: red;
    margin-left: 4rem;
}

.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 140px);
    margin-top: 140px;
}

.background-image img {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.siderbar-left,
.siderbar-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
    opacity: 0;
}

.img-container {
    text-align: center;
    position: relative;
}

.left-enter-button {
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
    height: 30px;
}

.right-enter-button {
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
    height: 30px;
}

.left-boat-num {
    position: absolute;
    font-size: 26px;
    font-weight: bold;
    color: #0C4B88;
}

.right-boat-num {
    position: absolute;
    font-size: 26px;
    font-weight: bold;
    color: #0C4B88;
}

.can-click {
    cursor: pointer;
}

.not-click {
    cursor: not-allowed;
}