.creator-lms-page {
    .creator-lms-user-login-wrapper {
        height: 100vh;
        min-height: 410px;
        padding: 5% 15px 30px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: flex-start;

        .creator-lms-form-signup,
        .creator-lms-form-login {
            width: 100%;
            max-width: 635px;
            
        }

        .creator-lms-form-signup {
            display: none;

            .privacy-policy-row {
                a {
                    color: var(--creator-lms-primary-color);
                    text-decoration: underline;
                    transition: color 0.3s ease;

                    &:hover {
                        text-decoration: none;
                    }
                }
            }
        }
    }
}