.frame {width: 100vw;height: 100vh;overflow: hidden;position: relative;}#parallelogram {width: 100%;height: 100%;margin: 0 0 0 -50%;transform: skew(-20deg);background: var(--third);overflow: hidden;}.login-form {position: absolute;top: 20%;left: 5%;width: 90%;height: 60%;background-color: transparent;border-radius: 1rem;display: flex;}.part-1 {flex: 1;display: flex;flex-direction: column;align-items: center;justify-content: center;}.part-2 {flex: 1;display: flex;align-items: center;justify-content: center;}.authenticate-form {width: 50%;display: flex;flex-direction: column;gap: 2rem;}