body {
    background: #d7ccb6;    
}

.container {
    height: 100dvh;
}

.login-container {
    background: #681414;
    color: #d7ccb6;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.bg-pattern {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.15;
}

.title {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.eye-closed {
    display: none;
}

#passwordToggle {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    height: 32px;
    line-height: 32px;
    background-color: transparent !important;
}

#password {
    padding-right: 60px;
}

.separator {
    width: 100%;
    height: 20px;
}