.login-container {
    background: white;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

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