.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-left {
    background-color: #151629;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-right {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.btn-custom {
    background-color: #ae0e36;
    border-color: #ae0e36;
    color: white;
}

.btn-custom:hover {
    background-color: #8c0b2b;
    border-color: #8c0b2b;
    color: white;
}
