#login-screen{display:flex;flex-direction:row}#login-screen .welcome-to-vita{width:50vw;height:100vh;background-color:#00507d;background-image:-webkit-linear-gradient(60deg,#00507d,#006589 60%,#00b4b9);background:linear-gradient(60deg,#00507d,#006589 60%,#00b4b9);border-radius:0 16px 16px 0;display:flex;flex-direction:column;justify-content:center;padding:4rem;color:#ebebeb}#login-screen .welcome-to-vita #welcome-logo{width:250px;height:auto;margin-bottom:20px}#login-screen .welcome-to-vita h2{font-size:64px}#login-screen .welcome-to-vita p{font-weight:lighter;font-size:24px}#login-screen #login-screen-wrapper{width:50vw;height:100vh;display:flex;justify-content:center;align-items:center}#login-screen .auth-btn{border:unset;height:48px;padding:0 20px;background-color:#00507d;background-image:-webkit-linear-gradient(60deg,#00507d,#006589 60%,#00b4b9);background:linear-gradient(60deg,#00507d,#006589 60%,#00b4b9);color:#ebebeb}@media only screen and (max-width:1000px){#login-screen .welcome-to-vita{display:none}#login-screen #login-screen-wrapper{width:100vw}}