.signup-container{position:relative;overflow:hidden;width:768px;max-width:100%;min-height:600px}.form-container{position:absolute;top:0;height:100%;transition:all .6s ease-in-out}.mentee-container{left:0;width:50%;z-index:2}.signup-container.right-panel-active .mentee-container{transform:translateX(100%);opacity:0}.mentor-container{left:0;width:50%;opacity:0;z-index:1}.signup-container.right-panel-active .mentor-container{transform:translateX(100%);opacity:1;z-index:5;animation:show .6s}.signup-container.right-panel-active.steper .overlay-container{transform:translateX(-200%)}.signup-container.steper .overlay-container{transform:translateX(100%)}@keyframes show{0%,49.99%{opacity:0;z-index:1}50%,to{opacity:1;z-index:5}}.overlay-container{position:absolute;top:0;left:50%;width:50%;height:100%;overflow:hidden;transition:transform .6s ease-in-out;z-index:100}.signup-container.right-panel-active .overlay-container{transform:translateX(-100%)}.overlay{background:#1e88e5;background:linear-gradient(90deg,#b12bff,#1e88e5);background-repeat:no-repeat;background-size:cover;background-position:0 0;color:#fff;position:relative;left:-100%;height:100%;width:200%;transform:translateX(0);transition:transform .6s ease-in-out}.signup-container.right-panel-active .overlay{transform:translateX(50%)}.overlay-panel{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0 40px;text-align:center;top:0;height:100%;width:50%;transform:translateX(0);transition:transform .6s ease-in-out}.overlay-left{transform:translateX(-20%)}.overlay-right,.signup-container.right-panel-active .overlay-left{transform:translateX(0)}.overlay-right{right:0}.signup-container.right-panel-active .overlay-right{transform:translateX(20%)}