.login-panel {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-100%, -50%);
}

.panel {
    width: 200%;
}
