html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: sans-serif;
    background-image: url('/get_image/login_bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.error-msg {
    color: #D8373F;
    font-size: 14px;
}

.border-round {
    border-radius: 13px;
}

.back-card {
    pointer-events: none;
    width: 251px;
    height: 90px;
    place-items: anchor-center;
    border-color: #21252980;
}

.card .bg-dark {
    flex-direction: row;
    width: 241px;
    height: 80px;
    justify-content: center;
}

.text-white {
    font-family: Consolas, monospace;
}

#submitButton {
    width: 18vw;
}

#login {
    width: 576px;
    height: 100%;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(#FEFEFE, #F4F7FF);
    padding: 2rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    overflow-x: hidden;
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-container {
    width: 387px;
    margin: 15px auto;
    position: relative;
}

.input-container input {
    width: 100%;
    padding: 10px 10px 10px 35px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}

.input-container .icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #888;
}

#submitButton {
    width: 387px;
    margin-top: 30px;
}

#login-hr {
    margin-bottom: 50px;
}

.back-card {
    height: 90px;
    border-radius: 13px;
    border: 1px solid #21252980;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    position: fixed;
    bottom: 10px;
    color: #656566;
    font-size: 14px;
    display: inline-grid;
    justify-items: center;
}
