.login { display: flex; width: 100vw; height: 100vh; max-width:100%; justify-content: space-between; } .login-left { overflow: hidden; display: flex; background-color: black; height: 100%; justify-content: center; margin-right: auto; } .login-right { display: flex; height: 100%; flex-direction: column; margin-right: 5vw; margin-left: 5vw; justify-content: inherit; } .login-logo-block { display: flex; flex-direction: column; justify-content: center; align-items: center; } .login-login-block { display: flex; flex-direction: column; justify-content: center; align-items: center; } .login-links-block { display: flex; flex-direction: row; justify-content: space-around; align-items: center; margin-bottom: 2vh; font-size: xx-small; } .login-overlay-text { position: absolute; margin-left: 0; top: 5%; left: 5%; z-index: 1; text-wrap: balance; max-width: 50vw; text-shadow: 0px 0px 8px #fff; } .login-video { display: flex; } .login-logo { width: 200px; height: 200px; } .login-button { margin-top: 10px; padding: 16px 32px; font-size: 16px; width: 100%; border-radius: 12px; background-color: var(--buttons-main-color); color: var(--text_dark); border: none; cursor: pointer; text-align: center; text-decoration: none; } .login-button:hover { background-color: var(--buttons-hover-color); color: var(--text_dark); } .login-button:active { background-color: var(--buttons-press-color); color: var(--text_dark); } .login-link { color: var(--links-main-color); text-decoration: none; } .login-link:hover { color: var(--links-hover-color); text-decoration: none; } .separator { color: var(--links-hover-color); font-size: medium; font-family: sans-serif; margin-left: 4; margin-right: 4; }